Class: Rbml::Processor
- Inherits:
-
Object
- Object
- Rbml::Processor
- Defined in:
- lib/processor.rb
Class Method Summary collapse
Class Method Details
.run(argv) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/processor.rb', line 3 def self.run(argv) # If ARGV is a glob, it will actually each over each one of the matching files. argv.each do |file_or_dir| load file_or_dir end end |