module Fib::Additions::TargeterDslAddition
Public Instance Methods
fib_targeter!(key, options={})
click to toggle source
# File lib/fib/additions/dsl_addition.rb, line 16 def fib_targeter! key, options={} include Fib::Additions::TargeterAddition self.fib_container = key self.__fib_inherit = options[:inherit] if options[:inherit] end