Class: Gorillib::Factory::BignumFactory

Inherits:
IntegerFactory show all
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

#convert

Methods inherited from ConvertingFactory

#receive

Methods inherited from BaseFactory

blankish?, #blankish?, #initialize, #native?, native?, #receive, typename, #typename

Constructor Details

This class inherits a constructor from Gorillib::Factory::BaseFactory