Method: Fast::Shortcut#options

Defined in:
lib/fast/shortcut.rb

#optionsObject



57
58
59
# File 'lib/fast/shortcut.rb', line 57

def options
  @args.select { |arg| arg.start_with? '-' }
end