module Representable::Debug

Public Class Methods

extended(represented) click to toggle source
# File lib/representable/debug.rb, line 3
def self.extended(represented)
  represented.extend Representable
end