Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/i2c/alpha_display/extensions.rb
Instance Method Summary collapse
Instance Method Details
#to_alpha ⇒ Object
8 9 10 11 |
# File 'lib/i2c/alpha_display/extensions.rb', line 8 def to_alpha return to_s if self < 1000 return self.to_f.to_alpha end |