Current path: opt/alt/ruby21/lib64/ruby/2.1.0/psych/
⬆️ Go up: 2.1.0
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