Method: StrokeDB::SlotNotFoundError#initialize
- Defined in:
- lib/document/document.rb
permalink #initialize(slotname) ⇒ SlotNotFoundError
Returns a new instance of SlotNotFoundError.
17 18 19 |
# File 'lib/document/document.rb', line 17 def initialize(slotname) @slotname = slotname end |