Class: Symbol

Inherits:
Object show all
Defined in:
lib/parallelpipes.rb

Instance Method Summary collapse

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