class ConstantizableArray

Constants

EMPTY_PARAM

Public Instance Methods

constantize(wedge = EMPTY_PARAM) click to toggle source
# File lib/ars/familiar/constantizable_array.rb, line 3
def constantize(wedge = EMPTY_PARAM)
  wedge == EMPTY_PARAM && wedge = '::'
  self.compact.join(wedge).constantize
end