Method: Inch::Evaluation::Role#object_type
- Defined in:
- lib/inch/evaluation/role.rb
#object_type ⇒ String
Returns the type of the object
that is being evaluated.
94 95 96 |
# File 'lib/inch/evaluation/role.rb', line 94 def object_type fail NotImplementedError end |