Removed dead code. Ref #195

This commit is contained in:
Luca Guidi 2017-03-17 15:13:25 +01:00
parent 2eb5ed9302
commit c0b2845170
1 changed files with 0 additions and 14 deletions

View File

@ -24,20 +24,6 @@ module Hanami
MultiJson.load(payload)
end
# FIXME: remove this alias, when Hanami::Utils::Json.load will be removed
#
# @since 0.9.1
# @api private
alias load parse
# FIXME: remove this method, when Hanami::Utils::Json.dump will be removed
#
# @since 0.9.1
# @api private
def dump(object)
generate(object)
end
# @since 0.9.1
# @api private
def generate(object)