5

@ProgrammingModule({
imports:
[ ExcellentNutritionModule ],
[ EnoughSleepModule ],
[ NoInterruptionsModule ],
[ HelpfulColleaguesModule ],
})

Comments
  • 1
    Would be nice.
  • 2
    Interesting, my program can run without these imports too, am I missing something?
  • 1
    > Nutrition
    meals = [breakfast, lunch, dinner, snack, snack]
    meals.shuffle.pop
    meals.shuffle.pop if self.lucky?
    meals.shuffle.pop if self.won_lottery?

    > Sleep
    Error: undefined local variable or method `sleep` for self:Mommy. Did you mean? nap

    > Interruptions
    Float::INFINITY

    > HelpfulColleagues
    Error: undefined method `care` for #<Colleague:any>. Did you mean? stare, ignore
  • 1
    @Root undefined property Mommy.nap , did you mean Mommy["Rest Eyes"]?
  • 0
  • 0
    @Root This comment is so funny. :P
  • 0
Add Comment