Method: OpenC3.open_in_web_browser

Defined in:
lib/openc3/top_level.rb

.open_in_web_browser(filename) ⇒ Object

Parameters:

  • filename (String)

    Name of the file to open in the web browser



463
464
465
# File 'lib/openc3/top_level.rb', line 463

def self.open_in_web_browser(filename)
  puts "open_in_web_browser is DEPRECATED"
end