Class: FactoryBotFactory::Converters::NumericConverter
- Inherits:
-
Object
- Object
- FactoryBotFactory::Converters::NumericConverter
- Defined in:
- lib/factory_bot_factory/converters/numeric_converter.rb
Class Method Summary collapse
Class Method Details
.call(key, value, options = {}) ⇒ Object
4 5 6 |
# File 'lib/factory_bot_factory/converters/numeric_converter.rb', line 4 def self.call(key, value, = {}) value.to_s end |