Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Ruby 2.4 Fix #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 20, 2018

  1. Ruby 2.4 Fix

    When response_hash.data is nil , instance_variable_set will throw error 'can't modify frozen NilClass' for Ruby > 2.2 , using the initialize of ::Hashie::Mash which duplicates the hash and does the necessary work.
    akarnama authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    3d28eed View commit details
    Browse the repository at this point in the history