Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/vangogh/ext.rb

Instance Method Summary collapse

Instance Method Details

#abbreviateObject



6
7
8
# File 'lib/vangogh/ext.rb', line 6

def abbreviate
  Vangogh.abbreviate(self)
end

#abstractObject



2
3
4
# File 'lib/vangogh/ext.rb', line 2

def abstract
  Vangogh.abstract(self)
end