Sha256: c59e2aa42927d0b807082ed0b2abd58365171719510db58296b50485d07a44cb
Contents?: true
Size: 456 Bytes
Versions: 2
Compression:
Stored size: 456 Bytes
Contents
require 'debug_helper' class DebugHelper class FooHandler < Handler def calls_for_instance [ [:my_array], [:my_hash], [:respond_to?, :your_array], [:respond_to?, :your_hash], ] end def calls_for_class [ [:my_array], [:my_hash], [:respond_to?, :your_array], [:respond_to?, :your_hash], ] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
debug_helper-2.1.0 | markdown/readme/classes/custom/both/foo_handler.rb |
debug_helper-2.0.0 | markdown/readme/classes/custom/both/foo_handler.rb |