Class: Coalla::TableFormatter::EnumerizeFormatter

Inherits:
SimpleFormatter show all
Defined in:
lib/coalla/builders/table_formatter.rb

Instance Method Summary collapse

Methods inherited from SimpleFormatter

#format_value

Instance Method Details

#customize(item) ⇒ Object



39
40
41
# File 'lib/coalla/builders/table_formatter.rb', line 39

def customize(item)
  item.try(:text)
end