class Pwl::Locker::BlankKeyError
Public Class Methods
new()
click to toggle source
Calls superclass method
Pwl::Locker::BlankError::new
# File lib/pwl/locker.rb, line 40 def initialize super("Key") end