Files

Class/Module Index [+]

Quicksearch

Tins::Concern::ModuleMixin

Public Instance Methods

[](*args) click to toggle source
# File lib/tins/xt/concern.rb, line 6
def [](*args)
  Thread.current[:tin_concern_args] = args
  self
end
tins_concern_args() click to toggle source
# File lib/tins/xt/concern.rb, line 11
def tins_concern_args
  Thread.current[:tin_concern_args]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.