Methods

RSpec::Expectations::ConstMissing

Public Instance Methods

const_missing(name) click to toggle source
# File lib/rspec/expectations/backward_compatibility.rb, line 5
def const_missing(name)
  name == :Rspec ? RSpec : super(name)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.