# File lib/markaby/rails.rb, line 58 58: def check_rails_version 59: if UNSUPPORTED_RAILS_VERSIONS.include?(detected_rails_version) 60: error_message = "Cannot load markaby under rails version #{detected_rails_version}. " 61: error_message << "See Markaby::Rails::SUPPORTED_RAILS_VERSIONS for exactly that, or redefine this constant." 62: raise LoadError, error_message 63: end 64: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.