class Cucumber::Rake::Task

def cucumber_opts=(opts) #:nodoc:

:nodoc:
def cucumber_opts=(opts) #:nodoc:
  @cucumber_opts = String === opts ? opts.split(' ') : opts
end