• J
    Let Ruby deal with method visibility. · ac687ed6
    Jon Leighton 提交于
    Check respond_to_without_attributes? in method_missing. If there is any
    method that responds (even private), let super handle it and raise
    NoMethodError if necessary.
    ac687ed6
attribute_methods.rb 3.1 KB