module Robe::Sash::IncludesTracker::Invalidator

Public Instance Methods

extended(other) click to toggle source
Calls superclass method
# File lib/robe/sash/includes_tracker.rb, line 49
def extended(other)
  IncludesTracker.reset!
  super(other)
end
included(other) click to toggle source
Calls superclass method
# File lib/robe/sash/includes_tracker.rb, line 44
def included(other)
  IncludesTracker.reset!
  super(other)
end