Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/debt_ceiling/compatibility.rb

Overview

rubycritic 1.4 uses to_h method, which is not present in ruby 1.9, so until fixed this is needed for compatibility

Instance Method Summary collapse

Instance Method Details

#to_hObject



4
5
6
# File 'lib/debt_ceiling/compatibility.rb', line 4

def to_h
  to_hash
end