lib/inch/evaluation/object_schema.rb in inch-0.2.3 vs lib/inch/evaluation/object_schema.rb in inch-0.3.0.rc1
- old
+ new
@@ -1,8 +1,10 @@
module Inch
module Evaluation
+ # An ObjectSchema describes how important certain parts of the docs are
+ # for the associated Object
class ObjectSchema
- extend Evaluation::ReadWriteMethods
+ extend Utils::ReadWriteMethods
rw_methods %w(
docstring
parameters
return_type