Sha256: 5724e30be205c43374723c743aaeeeb4ee6032353832d488aebe86570e32bc73
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
module Erector module Errors class RubyVersionNotSupported < RuntimeError def initialize(version_identifier, explanation=nil) super [ "Erector does not support Ruby version(s) #{version_identifier}.", explanation ? "The reason(s) are:\n#{explanation}" : nil ].compact.join("\n") end end end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
erector-0.8.2 | lib/erector/errors.rb |
honkster-erector-0.8.1 | lib/erector/errors.rb |
erector-0.8.1 | lib/erector/errors.rb |
erector-0.8.0 | lib/erector/errors.rb |