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