3 4 5 6 7
# File 'lib/fastforward/options.rb', line 3 def add_option(name, value) Option.new(name, value).tap do |opt| @options.push(opt) end end