Class: SpiderCore::Excretion

Inherits:
Hamster::Hash
  • Object
show all
Defined in:
lib/spider_core/excretion.rb

Instance Method Summary collapse

Instance Method Details

#is_a?(t) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
8
9
10
11
# File 'lib/spider_core/excretion.rb', line 5

def is_a?(t)
  if t == ::Hash
    true
  else
    super(t)
  end
end