class Sexp2Ruby::Node::Dstr
Public Instance Methods
to_s(exp)
click to toggle source
# File lib/sexp2ruby/node/dstr.rb, line 4 def to_s(exp) "\"#{util_dthing(:dstr, exp)}\"" end
# File lib/sexp2ruby/node/dstr.rb, line 4 def to_s(exp) "\"#{util_dthing(:dstr, exp)}\"" end