class MotionSpec::Matcher::Eql
Public Class Methods
new(value)
click to toggle source
Calls superclass method
# File lib/motion-spec/matcher/eql.rb, line 4 def initialize(value) super(:eql?, value) end