# File lib/rjb.rb, line 100 def methods(inh = true) jmethods(super(inh), getClass) do |m| instance_method?(m) && public_method?(m) end end