Test vagrantfile

Ruby code posted
created at 01 Jul 12:15, updated at 06 Jul 09:18

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

 def StudyInUniversity

  @FominovaEkaterina = Student.new(2011)

  if( @FominovaEkaterina.haveALotOfBrains and
           currentYear  == 2015 and
           !evilPrepods
  )

    @FominovaEkaterina.diplom = true
  
  end

 end
228 Bytes in 2 ms with coderay