# File lib/pry/code_object.rb, line 29
      def c_method?
        real_method_object? && source_type == :c
      end