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

Modify Namespace method missing, only use caller when error #83

Merged
merged 1 commit into from Nov 6, 2013

Commits on Nov 6, 2013

  1. Modify Namespace method missing, only use caller when error

    This changes the namespace's method missing to only call the
    `caller` when an exception occurs. This is more efficient and
    speeds up all access to reading/writing namespace options. This
    is an internal change so no tests had to be modified. There are
    already tests that ensure the behavior for raising no method
    errors and setting the backtrace to the caller is still working.
    
    Closes #82
    jcredding committed Nov 6, 2013
    Configuration menu
    Copy the full SHA
    71edfb9 View commit details
    Browse the repository at this point in the history