Method: Chid::Commands::Gitflow::Commit#first_option

Defined in:
lib/chid/commands/gitflow/commit.rb

#first_optionObject



52
53
54
# File 'lib/chid/commands/gitflow/commit.rb', line 52

def first_option
  @first_option ||= self.class.arguments.select { |a| options[a] }.compact.join(' ')
end