Class: Regexp
Overview
Extensions for Ruby’s Regexp class.
Instance Method Summary collapse
-
#to_sxp ⇒ String
Returns the SXP representation of this object.
Instance Method Details
#to_sxp ⇒ String
Returns the SXP representation of this object.
148 149 150 |
# File 'lib/sxp/writer.rb', line 148 def to_sxp '#' << inspect end |