Method: Fig::Command#add_post_set_up_action
- Defined in:
- lib/fig/command.rb
#add_post_set_up_action(action) ⇒ Object
Extension mechanism for customizing Fig.
125 126 127 128 129 |
# File 'lib/fig/command.rb', line 125 def add_post_set_up_action(action) @post_set_up_actions << action return end |