Class: Genghis::ArrayProxy
Instance Method Summary collapse
Methods inherited from Guardian
add, add_protected_class, classes_under_protection, #initialize, make_safe, #method_missing, protected_classes, protected_mappings, protecting?, #unprotected_object
Methods included from ProxyMethods
Constructor Details
This class inherits a constructor from Genghis::Guardian
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Genghis::Guardian
Instance Method Details
#to_ary ⇒ Object
345 346 347 |
# File 'lib/genghis.rb', line 345 def to_ary @protected end |