Class: CDMBL::JoinFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/cdmbl/formatters.rb

Class Method Summary collapse

Class Method Details

.format(value) ⇒ Object



121
122
123
# File 'lib/cdmbl/formatters.rb', line 121

def self.format(value)
  (value.respond_to?(:join)) ? value.join('; ') : value
end