Module: HotOrNot::Announcer
- Included in:
- InlineAnnouncer, TestUnitAnnouncer
- Defined in:
- lib/hot_or_not/announcer.rb
Instance Method Summary collapse
- #announce_error(result) ⇒ Object
- #announce_failure(result) ⇒ Object
- #announce_success(result) ⇒ Object
- #ending ⇒ Object
- #starting ⇒ Object
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 |
#ending ⇒ Object
15 16 |
# File 'lib/hot_or_not/announcer.rb', line 15 def ending end |
#starting ⇒ Object
12 13 |
# File 'lib/hot_or_not/announcer.rb', line 12 def starting end |