Module: HotOrNot::Announcer

Included in:
InlineAnnouncer, TestUnitAnnouncer
Defined in:
lib/hot_or_not/announcer.rb

Instance Method Summary collapse

Instance Method Details

#announce_error(result) ⇒ Object



9
10
# File 'lib/hot_or_not/announcer.rb', line 9

def announce_error(result)
end

#announce_failure(result) ⇒ Object



6
7
# File 'lib/hot_or_not/announcer.rb', line 6

def announce_failure(result)
end

#announce_success(result) ⇒ Object



3
4
# File 'lib/hot_or_not/announcer.rb', line 3

def announce_success(result)
end

#endingObject



15
16
# File 'lib/hot_or_not/announcer.rb', line 15

def ending
end

#startingObject



12
13
# File 'lib/hot_or_not/announcer.rb', line 12

def starting
end