21 22 23 24 25 26
# File 'lib/flux.rb', line 21 def setup load rc load rc_local if File.exist?(rc_local) require 'flux/cli' end