class TinySweeper::MissingBroomException
Public Class Methods
new(broom_name)
click to toggle source
Calls superclass method
# File lib/tiny_sweeper/brooms.rb, line 21 def initialize(broom_name) super("TinySweeper doesn't have this broom: #{broom_name}") end