Method: List::Matcher::Node#quote

Defined in:
lib/list_matcher.rb

#quote(s) ⇒ Object



508
509
510
# File 'lib/list_matcher.rb', line 508

def quote(s)
  engine.quote s
end