Method: OpenC3::Operator.run
- Defined in:
- lib/openc3/operators/operator.rb
.run ⇒ Object
372 373 374 375 |
# File 'lib/openc3/operators/operator.rb', line 372 def self.run @@instance = self.new @@instance.run end |
372 373 374 375 |
# File 'lib/openc3/operators/operator.rb', line 372 def self.run @@instance = self.new @@instance.run end |