module RHC::Helpers

Private Class Methods

global_option(*args, &block) click to toggle source
# File lib/rhc/helpers.rb, line 16
def self.global_option(*args, &block)
  RHC::Commands.global_option *args, &block
end