class RSpec::Core::Example

Public Instance Methods

clear_exceptions() click to toggle source
# File lib/rspec/versioned.rb, line 49
def clear_exceptions
  @exceptions = nil
end
version() click to toggle source
# File lib/rspec/versioned.rb, line 53
def version
  @metadata[:versioned]
end