class MockCompiler

Public Instance Methods

text(s) click to toggle source
# File ../../../../../test/test_builder.rb, line 7
def text(s)
  [:text, s]
end