Class: Numeric
Instance Method Summary collapse
-
#_stampa(*args) ⇒ Object
Rappresentazione per stampa.
Instance Method Details
#_stampa(*args) ⇒ Object
Rappresentazione per stampa.
7 8 9 |
# File 'lib/italian/ruby/metodi/numeric.rb', line 7 def _stampa(*args) self.to_s.verde end |