# File lib/pry/method.rb, line 8 def Method(obj) if obj.is_a? Pry::Method obj else Pry::Method.new(obj) end end