class Sqreen::Graft::HookSpot

Attributes

key[R]

Public Class Methods

new(key) click to toggle source
# File lib/sqreen/graft/hook_point.rb, line 14
def initialize(key)
  @key = key
end

Public Instance Methods

inspect() click to toggle source
# File lib/sqreen/graft/hook_point.rb, line 20
def inspect
  "#<#{self.class.name}: #{@key.inspect}>"
end