hanami / utils

Ruby core extentions and class utilities for Hanami

Home Page:http://hanamirb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `Utils::String` as `Utils::Hash` types

jodosha opened this issue · comments

  • Transform Utils::Hash from class into module
  • Transform Utils::String from class into module
  • Make Utils::PathPrefix to implicitly depend on Object
  • Extract Utils::String deprecated instance methods into private class
  • Make Utils::PathPrefix to depend on previous point private class

Use unstable branch for this change.


Ref #259
Ref https://trello.com/c/dUwUfWrW

Implemented by #390