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

Methods

clean  

Public Instance methods

[Source]

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

[Validate]