Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Replace class_eval with method calls in support module #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 17, 2011

  1. Configuration menu
    Copy the full SHA
    a5af997 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded ancestors check in Enum.

    This is in the Enum#initialize method, how could this test ever be false?
    
    In other words, how could any instance that doesn't inherit from Property::Enum execute the Property::Enum#initialize method?
    emmanuel committed May 17, 2011
    Configuration menu
    Copy the full SHA
    5e378bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    094ec32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7c3016 View commit details
    Browse the repository at this point in the history