Module: Johnson::SpiderMonkey::RubyLandProxy::Callable
- Defined in:
- lib/johnson/spidermonkey/ruby_land_proxy.rb
Instance Method Summary collapse
Instance Method Details
#call_using(this, *args) ⇒ Object
5 6 7 |
# File 'lib/johnson/spidermonkey/ruby_land_proxy.rb', line 5 def call_using(this, *args) native_call(this, *args) end |