lib/ronin/model/has_description/class_methods.rb in ronin-1.0.0 vs lib/ronin/model/has_description/class_methods.rb in ronin-1.1.0.rc1

- old
+ new

@@ -36,9 +36,11 @@ # The found models. # # @example # Exploit.describing 'bypass' # + # @api public + # def describing(fragment) all(:description.like => "%#{fragment}%") end end end