Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/i2c/alpha_display/extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_alphaObject



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