Libraries
»
orchid
(0.0.1)
»
Index
»
String
»
#as_arg
Method: String#as_arg
Defined in:
lib/orchid/compiler.rb
#
as_arg
⇒
Object
63 64 65
# File 'lib/orchid/compiler.rb', line 63
def
as_arg
return
"
'
#{
self
.
strip
}
'
"
end