
jruby.kernel.method.rb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.jruby
Show all versions of org.apache.servicemix.bundles.jruby
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
The newest version!
class Method
# From https://github.com/marcandre/backports, MIT license
def <<(g)
to_proc << g
end
# From https://github.com/marcandre/backports, MIT license
def >>(g)
to_proc >> g
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy