class TappingDevice::NotAClassError

Public Class Methods

new(object) click to toggle source
Calls superclass method
# File lib/tapping_device/exceptions.rb, line 12
def initialize(object)
  super("target object should be a class, got #{object}")
end