Top Level Namespace
Defined Under Namespace
Classes: MinRubyParser
Instance Method Summary collapse
Instance Method Details
#minruby_call(mhd, args) ⇒ Object
159 160 161 |
# File 'lib/minruby.rb', line 159 def minruby_call(mhd, args) send(mhd, *args) end |
#minruby_load ⇒ Object
151 152 153 |
# File 'lib/minruby.rb', line 151 def minruby_load() File.read(ARGV.shift) end |
#minruby_parse(src) ⇒ Object
155 156 157 |
# File 'lib/minruby.rb', line 155 def minruby_parse(src) MinRubyParser.minruby_parse(src) end |