lib/learn_open/lessons/lab_lesson.rb in learn-open-1.2.22 vs lib/learn_open/lessons/lab_lesson.rb in learn-open-1.2.23
- old
+ new
@@ -1,9 +1,9 @@
module LearnOpen
module Lessons
class LabLesson < BaseLesson
- def open(environment, editor)
- environment.open_lab(self, location, editor)
+ def open(environment, editor, clone_only)
+ environment.open_lab(self, location, editor, clone_only)
end
end
end
end