zellio/utterson

View on GitHub
lib/ruby/hash.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Hash
  def to_h
    self
  end
end