Libraries
»
pjl
(1.1)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/pjl.rb
Instance Method Summary
collapse
#
to_pjlkey
⇒ Object
Instance Method Details
#
to_pjlkey
⇒
Object
18
# File 'lib/pjl.rb', line 18
def
to_pjlkey
;
v
=
gsub
'"'
,
"''"
;
%Q("#{v}")
;
end