Class: LearnOpen::Environments::GenericEnvironment

Inherits:
BaseEnvironment show all
Defined in:
lib/learn_open/environments/generic_environment.rb

Instance Attribute Summary

Attributes inherited from BaseEnvironment

#environment_vars, #io, #logger, #options, #system_adapter

Instance Method Summary collapse

Methods inherited from BaseEnvironment

#download_lesson, #initialize, #install_dependencies, #managed?, #notify_of_completion, #open_editor, #open_jupyter_lab, #open_lab, #open_shell, #start_file_backup

Constructor Details

This class inherits a constructor from LearnOpen::Environments::BaseEnvironment

Instance Method Details

#open_readme(_lesson) ⇒ Object



4
5
6
# File 'lib/learn_open/environments/generic_environment.rb', line 4

def open_readme(_lesson)
  io.puts "It looks like this lesson is a Readme. Please open it in your browser."
end