Method: OpenC3::Operator.run
- Defined in:
- lib/openc3/operators/operator.rb
.run ⇒ Object
279 280 281 282 |
# File 'lib/openc3/operators/operator.rb', line 279 def self.run @@instance = self.new @@instance.run end |
279 280 281 282 |
# File 'lib/openc3/operators/operator.rb', line 279 def self.run @@instance = self.new @@instance.run end |