Module: PgGraph
- Includes:
- DeveloperExceptions
- Defined in:
- lib/pg_graph.rb,
lib/pg_graph/version.rb,
lib/pg_graph/inflector.rb,
lib/pg_graph/reflector.rb
Defined Under Namespace
Modules: Data, PrivatePgGraph, Type Classes: Error, Inflector, Reflection, Reflector
Constant Summary collapse
- RUBY_CLASSES =
The supported ruby classes
Inflector::SUPPORTED_RUBY_CLASSES
- VERSION =
"0.5.3"
Class Method Summary collapse
Class Method Details
.inflector ⇒ Object
159 |
# File 'lib/pg_graph/inflector.rb', line 159 def self.inflector() @inflector ||= Inflector.new end |