class FactoryBot::Strategy::Null

Public Instance Methods

association(runner) click to toggle source
# File lib/factory_bot/strategy/null.rb, line 4
def association(runner)
end
result(evaluation) click to toggle source
# File lib/factory_bot/strategy/null.rb, line 7
def result(evaluation)
end
to_sym() click to toggle source
# File lib/factory_bot/strategy/null.rb, line 10
def to_sym
  :null
end