Class: Hash
Overview
Extensions for Ruby’s ‘Hash` 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.
173 174 175 |
# File 'lib/sxp/extensions.rb', line 173 def to_sxp(**) to_a.to_sxp(**) end |