Method: Conjur::Command::Plugin.assert_empty
- Defined in:
- lib/conjur/command/plugin.rb
.assert_empty(args) ⇒ Object
31 32 33 |
# File 'lib/conjur/command/plugin.rb', line 31 def self.assert_empty(args) exit_now! 'Received extra command arguments' unless args.empty? end |