Libraries
»
parallelpipes
(1.0)
»
Index (S)
»
Symbol
Class: Symbol
Inherits:
Object
Object
Symbol
show all
Defined in:
lib/parallelpipes.rb
Instance Method Summary
collapse
#
+
(other) ⇒ Object
Instance Method Details
#
+
(other) ⇒
Object
262 263 264
# File 'lib/parallelpipes.rb', line 262
def
+
(
other
)
(
self
.
to_s
+
other
.
to_s
)
.
to_sym
end