Day 17 - Back.
05 Jun 2014require 'plane'
describe 'comeback' do
it 'happened today and I want to give everything to be back on track' do
comeback = Time.new
expect(comeback). to be_thursday
end
end
require 'plane'
describe 'comeback' do
it 'happened today and I want to give everything to be back on track' do
comeback = Time.new
expect(comeback). to be_thursday
end
end
No usual nerd code sample today.
No music links, no jokes, no nothing.
Read more...bones.each do |bone|
bone.broken? = false
break if accident.happens?
end
class WeekFullError < StandardError
def initialize(msg = "Week's over.")
super
end
end
class Bike
puts "DAMMIT I NEED A BIKE IN MY LIFE, A REAL ONE."
end