In Files

Parent

Class/Module Index [+]

Quicksearch

Rjb::Rjb_JavaBridge

Attributes

wrapped[R]

Public Instance Methods

method_missing(name, *args) click to toggle source
# File lib/rjb.rb, line 114
def method_missing(name, *args)
  @wrapped.__send__(name, *args)
end
respond_to?(name, inc_private = false) click to toggle source
# File lib/rjb.rb, line 117
def respond_to?(name, inc_private = false)
  @wrapped.respond_to?(name, inc_private)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.