class MockCompiler

Public Instance Methods

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