Method: PgGraph::Reflection#dump
- Defined in:
- lib/pg_graph/reflector.rb
#dump ⇒ Object
50 51 52 53 |
# File 'lib/pg_graph/reflector.rb', line 50 def dump puts "Reflection" indent { putv :match, :re, :this, :that, :multi?, :pluralize, :components } end |