Method: TextActions#text_without_connectors

Defined in:
lib/asker/lang/text_actions.rb

#text_without_connectors(text) ⇒ Object

Return text without connectors



100
101
102
# File 'lib/asker/lang/text_actions.rb', line 100

def text_without_connectors(text)
  text_filter_connectors(text, true)
end