exercises for section 6
[gitmo/moose-presentations.git] / moose-class / exercises / t / 01-classes.t
index e9747fb..4d06f99 100644 (file)
@@ -11,7 +11,6 @@
 # method should return the first and last name separated by a string
 # ("Jon Smith").
 #
-#
 # Create an Employee class in lib/Employee.pm
 #
 # The Employee class is a subclass of Person