Module: FileUtils

Defined in:
lib/rant/rantsys.rb,
lib/rant/rantsys.rb

Defined Under Namespace

Modules: Verbose

Constant Summary collapse

METHODS =
singleton_methods - %w(private_module_function
commands options have_option? options_of collect_method)

Instance Method Summary collapse

Instance Method Details

#fu_list(arg) ⇒ Object



26
27
28
# File 'lib/rant/rantsys.rb', line 26

def fu_list(arg)
    arg.respond_to?(:to_ary) ? arg.to_ary : [arg]
end