Class: Gorillib::Factory::BignumFactory
- Inherits:
-
IntegerFactory
- Object
- BaseFactory
- ConvertingFactory
- IntegerFactory
- Gorillib::Factory::BignumFactory
- Defined in:
- lib/gorillib/factories.rb
Overview
Note:
returns Bignum or Fixnum (instances of either are is_a?(Integer)
)
Same behavior (and conversion) as IntegerFactory, but specifies its
product as Bignum
.
Method Summary
Methods inherited from IntegerFactory
Methods inherited from ConvertingFactory
Methods inherited from BaseFactory
blankish?, #blankish?, #initialize, #native?, native?, #receive, typename, #typename
Constructor Details
This class inherits a constructor from Gorillib::Factory::BaseFactory