class String

we override String here to give power to our mutators defined in TableDefintions

Public Instance Methods

get_date() click to toggle source
# File lib/view_processor/table_print.rb, line 28
def get_date
  DateTime.parse(self).strftime('%H:%M:%S %d/%m/%y') unless self.nil?
end