module Retained

Public Class Methods

method_missing(meth, *args, &block) click to toggle source
# File lib/retained.rb, line 9
def method_missing(meth, *args, &block)
  @tracker.send(meth, *args, &block)
end