Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/melt.rb
Instance Method Summary collapse
Instance Method Details
#melt ⇒ Object
3 4 5 6 7 |
# File 'ext/melt/melt.c', line 3 def melt require 'jruby' org.zizkovrb.melt.MeltService.new.basicLoad(JRuby.runtime) Melt::Down.new.execute(self) end |