Libraries
»
dust
(0.1.6)
»
Index (S)
»
Symbol
Class: Symbol
Inherits:
Object
Object
Symbol
show all
Defined in:
lib/symbol_extension.rb
Overview
:nodoc:
Instance Method Summary
collapse
#
arrayize
⇒ Object
Instance Method Details
#
arrayize
⇒
Object
2 3 4
# File 'lib/symbol_extension.rb', line 2
def
arrayize
[
self
]
end