Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Change names access helper to iterate over the ancestors instead of doing dup/shift #410

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

Commits on Apr 28, 2016

  1. Change names access helper to iterate over the ancestors instead of d…

    …oing dup/shift
    
    Due to setup of the helper calling the get or set methods on any object bound to a ruby object will call the accessibe_names each time. This will result in the creation of an new array which will be used for iteration and then discarded, which is quite inefficient if you plan on calling into ruby often.
    TikiTDO committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    04a39e9 View commit details
    Browse the repository at this point in the history