Libraries
»
jcompiler
(0.1.127)
»
Index
»
Jcompiler
»
Provider
»
#string!
Method: Jcompiler::Provider#string!
Defined in:
lib/jcompiler/provider.rb
#
string!
(str) ⇒
Object
28 29 30
# File 'lib/jcompiler/provider.rb', line 28
def
string!
(
str
)
%{
#{
str
}
.to_json
}
end