Class: Mochiscript::Adapter

Inherits:
Object
  • Object
show all
Defined in:
lib/mochiscript/core.rb

Instance Method Summary collapse

Instance Method Details

#out(arg) ⇒ Object



36
37
38
# File 'lib/mochiscript/core.rb', line 36

def out(arg)
  print arg
end

#outs(arg) ⇒ Object



40
41
42
# File 'lib/mochiscript/core.rb', line 40

def outs(arg)
  puts arg
end