Class: VerboseObject

Inherits:
Object show all
Includes:
BlankSlate, Verbosify
Defined in:
lib/verbose_object.rb

Instance Attribute Summary

Attributes included from Verbosify

#verbose_object_options, #verbose_object_reference

Class Method Summary collapse

Methods included from Verbosify

#initialize, #method_missing, #verbose_object?, #verbose_object_empty_trace, #verbose_object_method_missing, #verbose_object_send, #verbose_object_trace

Methods included from BlankSlate

#blank_slate?, extended, included

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Verbosify

Class Method Details

.blank_slate_ignore(name) ⇒ Object



81
82
83
# File 'lib/verbose_object.rb', line 81

def self.blank_slate_ignore ( name )
  super or name =~ /^(verbos(ify|e_object)|(nil\?|inspect|send)$)/
end