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