Module CoreEx::Module::TestMixInWithArgs::Taggable
In: lib/core_ex/module/mix_in_with_args.rb

Methods

tag  

Public Instance methods

[Source]

# File lib/core_ex/module/mix_in_with_args.rb, line 109
          def tag ( *a, &b )
            MOCK_OBJECT.tag(*a, &b)
          end

[Validate]