Module: RCheck::ClassMethods

Extended by:
Forwardable
Included in:
RCheck
Defined in:
lib/rcheck/class_methods.rb

Instance Method Summary collapse

Instance Method Details

#rootObject



5
# File 'lib/rcheck/class_methods.rb', line 5

def root() RCheck::ROOT_SUITE end

#versionObject



10
11
12
# File 'lib/rcheck/class_methods.rb', line 10

def version
  "RCheck #{VERSION} @ Ruby #{RUBY_VERSION}"
end

#whichObject



14
15
16
# File 'lib/rcheck/class_methods.rb', line 14

def which
  File.expand_path('../../..', __FILE__)
end