# File lib/generators/cucumber/feature/named_arg.rb, line 9 def value(n) if @type == 'boolean' (n % 2) == 0 else "#{@name} #{n}" end end