Method: Code::Parser::String#single_quote

Defined in:
lib/code/parser/string.rb

#single_quoteObject



12
13
14
# File 'lib/code/parser/string.rb', line 12

def single_quote
  str("'")
end