Method: CosmosCompatibility#load
- Defined in:
- lib/openc3/top_level.rb
#load(*args) ⇒ Object
559 560 561 562 563 564 565 566 |
# File 'lib/openc3/top_level.rb', line 559 def load(*args) filename = args[0] if filename[0..6] == "cosmos/" filename[0..6] = "openc3/" end args[0] = filename super(*args) end |