Sha256: 0157807f500153831945f939a7a40480bfa684d4744d0db24f7bb0497bf52ac1
Contents?: true
Size: 373 Bytes
Versions: 77
Compression:
Stored size: 373 Bytes
Contents
module Redcar class ApplicationSWT module ListenerHelpers def ignore_within_self name = __calling_method__ unless singly_hash[name] singly_hash[name] = true yield singly_hash.delete(name) end end private def singly_hash @singly_hash ||= {} end end end end
Version data entries
77 entries across 77 versions & 2 rubygems