class MotionExpect::Matcher::BeGeneric

Public Class Methods

new(method_name, *values) click to toggle source
Calls superclass method
# File lib/motion-expect/matcher/be_generic.rb, line 3
def initialize(method_name, *values)
  super("#{method_name}?", *values)
end