Method: Rrant::Handler#rave
- Defined in:
- lib/rrant/handler.rb
#rave ⇒ Object
Public: Finds random rant or bill and initializes output with it.
Returns instance of Rrant::Output.
23 24 25 26 |
# File 'lib/rrant/handler.rb', line 23 def rave rant = @bill ? bill : local.unseen(@unseen).random Output.new(rant, @show_images) end |