class RSpec::Matchers::BuiltIn::DynamicPredicate

def methods_include?(method)

def methods_include?(method)
  @actual.methods.include?(method.to_s)
end