Class: Regexp
Overview
Extensions for Ruby’s ‘Regexp` class.
Instance Method Summary collapse
-
#to_sxp(**options) ⇒ String
Returns the SXP representation of this object.
Instance Method Details
#to_sxp(**options) ⇒ String
Returns the SXP representation of this object.
213 214 215 |
# File 'lib/sxp/extensions.rb', line 213 def to_sxp(**) '#' << inspect end |