Sha256: 3be441a2db64f19e9ac15525d52f68595a5983301cfc5cf65be57d1b142ef644
Contents?: true
Size: 503 Bytes
Versions: 5
Compression:
Stored size: 503 Bytes
Contents
require "redd/thing" module Redd class Thing module Moderatable def approve client.approve(self) end def remove client.remove(self) end def distinguish(how = :yes) client.distinguish(self, how) end def undistinguish client.undistinguish(self) end def ignore_reports client.ignore_reports(self) end def unignore_reports client.unignore_reports(self) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems