Your IP : 3.17.162.17


Current Path : /usr/share/ruby/psych/
Upload File :
Current File : //usr/share/ruby/psych/y.rb

module Kernel
  ###
  # An alias for Psych.dump_stream meant to be used with IRB.
  def y *objects
    puts Psych.dump_stream(*objects)
  end
  private :y
end