Module: Quickbooks::Support::Integer
- Defined in:
- lib/quickbooks/ruby_ext.rb
Class Method Summary collapse
Class Method Details
.new(int) ⇒ Object
219 220 221 |
# File 'lib/quickbooks/ruby_ext.rb', line 219 def self.new(int) int.to_i end |