lib/spectus/matcher/eql.rb in spectus-1.0.0.pre vs lib/spectus/matcher/eql.rb in spectus-1.0.0
- old
+ new
@@ -1,12 +1,9 @@
module Spectus
module Matcher
- # @api private
# Provides the implementation for `eql`.
class Eql
-
- # @api private
def initialize expected
@expected = expected
freeze
end