Skip to content

Commit

Permalink
Removes Rule#eql? and Match#eql?
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jan 11, 2011
1 parent cbdce44 commit eb8f67a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/citrus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,6 @@ def ==(other)
end
end

alias_method :eql?, :==

def inspect # :nodoc:
to_s
end
Expand Down Expand Up @@ -1327,8 +1325,6 @@ def ==(other)
end
end

alias_method :eql?, :==

def inspect
@string.inspect
end
Expand Down

0 comments on commit eb8f67a

Please sign in to comment.