class MotionExpect::Matcher::Eql

Public Class Methods

new(value) click to toggle source
Calls superclass method
# File lib/motion-expect/matcher/eql.rb, line 4
def initialize(value)
  super(:eql?, value)
end