# File lib/generators/cucumber/feature/named_arg.rb, line 5
  def initialize(s)
    @name, @type = *s.split(':')
  end