All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jruby.kernel.method.rb Maven / Gradle / Ivy

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