class Phenotype::NullStrategy
Public Instance Methods
to_i()
click to toggle source
# File lib/phenotype/strategies/null_strategy.rb, line 9 def to_i nil end
version(_env)
click to toggle source
# File lib/phenotype/strategies/null_strategy.rb, line 5 def version(_env) self end