Module: Sym::Constants::Bash

Defined in:
lib/sym/constants.rb

Constant Summary collapse

BASH_FILES =
Dir.glob("#{File.expand_path('../../../bin', __FILE__)}/sym.*.bash").freeze
Config =
{}

Class Method Summary collapse

Class Method Details

.register_bash_files!Object



11
12
13
14
15
# File 'lib/sym/constants.rb', line 11

def register_bash_files!
  BASH_FILES.each do |bash_file|
    register_bash_extension bash_file, Config
  end
end