lib/redd/thing/reportable.rb in redd-0.4.3 vs lib/redd/thing/reportable.rb in redd-0.5.0

- old
+ new

@@ -1,8 +1,9 @@ require "redd/thing" module Redd class Thing + # A Redd::Object that can be reported to the mods module Reportable def report client.report(self) end end