Class: Integer

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

Overview

Rubyinteger

Instance Method Summary collapse

Instance Method Details

#to_cfCF::Number

Converts the Integer to a CF::Number using CF::Number.from_i

Returns:



5
6
7
# File 'lib/corefoundation/extensions.rb', line 5

def to_cf
  CF::Number.from_i(self)
end