Top Level Namespace

Defined Under Namespace

Modules: PatternMatching

Instance Method Summary collapse

Instance Method Details

#rb_fileObject

Include the rest of this library.



179
180
181
# File 'lib/pattern_matching.rb', line 179

Dir[File.join(File.dirname(__FILE__), "pattern_matching", "*.rb")].each do |rb_file|
  require rb_file
end