Exception: Hem::RubyVersionError

Inherits:
Error
  • Object
show all
Defined in:
lib/hem/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#exit_code

Instance Method Summary collapse

Constructor Details

#initializeRubyVersionError

Returns a new instance of RubyVersionError.



20
21
22
# File 'lib/hem/errors.rb', line 20

def initialize
  super("Ruby 1.9+ is required to run hem")
end