Sha256: da0a9fe275a00680fd71431fa8e23bcbee91ff2bd4ee1af5ba36c87e8bf1794d
Contents?: true
Size: 258 Bytes
Versions: 11
Compression:
Stored size: 258 Bytes
Contents
require 'representable' module Roar # generic features can be included here and will be available in all format-specific representers. module Representer def self.included(base) super base.send(:include, Representable) end end end
Version data entries
11 entries across 11 versions & 2 rubygems