Method: Exercise::Path#initialize

Defined in:
lib/commands/exercise/command.rb

#initialize(full_path, project_root) ⇒ Path

Returns a new instance of Path.



28
29
30
31
# File 'lib/commands/exercise/command.rb', line 28

def initialize(full_path, project_root)
  @full = full_path
  @project_root = project_root
end