# File lib/pry/code_object.rb, line 37
      def command?
        is_a?(Module) && self <= Pry::Command
      end