Exception: RubyDep::Travis::RubyVersion::Error::Unrecognized::JRubyVersion

Inherits:
RubyDep::Travis::RubyVersion::Error::Unrecognized show all
Defined in:
lib/ruby_dep/travis/ruby_version.rb

Instance Method Summary collapse

Methods inherited from RubyDep::Travis::RubyVersion::Error::Unrecognized

#initialize

Constructor Details

This class inherits a constructor from RubyDep::Travis::RubyVersion::Error::Unrecognized

Instance Method Details

#messageObject



24
25
26
# File 'lib/ruby_dep/travis/ruby_version.rb', line 24

def message
  "Unrecognized JRuby version: #{@invalid_version_string.inspect}"
end