Module: Robe::Sash::IncludesTracker::Invalidator

Defined in:
lib/robe/sash/includes_tracker.rb

Instance Method Summary collapse

Instance Method Details

#extended(other) ⇒ Object



49
50
51
52
# File 'lib/robe/sash/includes_tracker.rb', line 49

def extended(other)
  IncludesTracker.reset!
  super(other)
end

#included(other) ⇒ Object



44
45
46
47
# File 'lib/robe/sash/includes_tracker.rb', line 44

def included(other)
  IncludesTracker.reset!
  super(other)
end