Class: Stepmod::Utils::Converters::Q

Inherits:
ReverseAdoc::Converters::Base
  • Object
show all
Defined in:
lib/stepmod/utils/converters/q.rb

Instance Method Summary collapse

Instance Method Details

#convert(node, state = {}) ⇒ Object



7
8
9
10
# File 'lib/stepmod/utils/converters/q.rb', line 7

def convert(node, state = {})
  content = treat_children(node, state)
  "#{content[/^\s*/]}\"#{content.strip}\"#{content[/\s*$/]}"
end