# File ruby/jbridge.rb, line 520 def jextend(classnames,*args) __build_bridge __register(JExtendedClass.new(__to_s(classnames),*args)) end