Top Level Namespace
Defined Under Namespace
Modules: PatternMatching
Instance Method Summary collapse
-
#rb_file ⇒ Object
Include the rest of this library.
Instance Method Details
#rb_file ⇒ Object
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 |