Class: Assert::Result::Ignore

Inherits:
Base
  • Object
show all
Defined in:
lib/assert/result.rb,
lib/assert/result.rb

Class Method Summary collapse

Methods inherited from Base

#==, #backtrace, #file_line, #file_name, for_test, #initialize, #inspect, #line_num, #message, #name, #output, #set_backtrace, #test_file_line, #test_file_name, #test_id, #test_line_num, #test_name, #to_s, #to_sym, #trace, #type

Constructor Details

This class inherits a constructor from Assert::Result::Base

Class Method Details

.nameObject



151
# File 'lib/assert/result.rb', line 151

def self.name; 'Ignore'; end

.typeObject



150
# File 'lib/assert/result.rb', line 150

def self.type; :ignore;  end