# File lib/matchy/built_in/truth_expectations.rb, line 127
      def method_missing(name, *args, &block)
        if (name.to_s =~ /^be_(.+)/)
          ask_for($1, :with_arg => args)
        else
          old_missing(name, *args, &block)
        end
      end