Method: Chid::Commands::Gitflow::Commit#first_option
- Defined in:
- lib/chid/commands/gitflow/commit.rb
#first_option ⇒ Object
52 53 54 |
# File 'lib/chid/commands/gitflow/commit.rb', line 52 def first_option @first_option ||= self.class.arguments.select { |a| [a] }.compact.join(' ') end |