Method: Symbol#has_element_like
- Defined in:
- lib/lore/clause.rb
#has_element_like(other) ⇒ Object
49 50 51 |
# File 'lib/lore/clause.rb', line 49 def has_element_like(other) Lore::Clause.new(self.to_s).has_element_like(other) end |
49 50 51 |
# File 'lib/lore/clause.rb', line 49 def has_element_like(other) Lore::Clause.new(self.to_s).has_element_like(other) end |