class Numeric
def to_currency
Money.from_amount(self, "EUR").format
end
class Array
def to_table
Tables::Table.new(self)