Module: Kernel
- Defined in:
- lib/fakeui.rb
Overview
this should be mocked out in tests, if it’s not, it should barf, like so…
Instance Method Summary collapse
Instance Method Details
#alert(message, options = {}) ⇒ Object
13 14 15 |
# File 'lib/fakeui.rb', line 13 def alert(, = {}) raise end |