Method: String#to_c

Defined in:
lib/lib/util.rb

#to_cObject



23
24
25
# File 'lib/lib/util.rb', line 23

def to_c
	self.to_f.to_c
end