Class: SexpWildCard
- Inherits:
-
SexpMatchSpecial
- Object
- SexpMatchSpecial
- SexpWildCard
- Defined in:
- lib/ruby_diff/patterns.rb
Instance Method Summary collapse
Instance Method Details
#==(o) ⇒ Object
6 7 8 |
# File 'lib/ruby_diff/patterns.rb', line 6 def == (o) return true end |
#===(o) ⇒ Object
2 3 4 |
# File 'lib/ruby_diff/patterns.rb', line 2 def === (o) return true end |