“hello world“
Strip quotes if necessary, and save them in @quotes
# File lib/less/engine/nodes/literal.rb, line 124 124: def initialize str 125: @quotes, @content = unless str.nil? or str.empty? 126: str.match(/('|")(.*?)(\11))/).captures rescue [nil, str] 127: else 128: [nil, ""] 129: end 130: super @content 131: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.