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