class DataAnon::Strategy::Field::RandomBoolean
Constants
- BOOL_VALUES
Public Instance Methods
Source
# File lib/strategy/field/random_boolean.rb, line 10 def anonymize field BOOL_VALUES.sample end
# File lib/strategy/field/random_boolean.rb, line 10 def anonymize field BOOL_VALUES.sample end