# File lib/drydock.rb, line 594 594: def action(*args, &b) 595: ret = option(*args, &b) # returns an array of all the current option names 596: current_command_action << ret.last # the most recent is last 597: end