Top Level Namespace
Defined Under Namespace
Classes: MinRubyParser
Instance Method Summary collapse
Instance Method Details
#minruby_call(mhd, args) ⇒ Object
172 173 174 |
# File 'lib/minruby.rb', line 172 def minruby_call(mhd, args) send(mhd, *args) end |
#minruby_load ⇒ Object
164 165 166 |
# File 'lib/minruby.rb', line 164 def minruby_load() File.read(ARGV.shift) end |
#minruby_parse(src) ⇒ Object
168 169 170 |
# File 'lib/minruby.rb', line 168 def minruby_parse(src) MinRubyParser.minruby_parse(src) end |