class Pwl::Locker::BlankError
Public Class Methods
new(what)
click to toggle source
Calls superclass method
# File lib/pwl/locker.rb, line 34 def initialize(what) super("#{what} is required") end