lib/representable/decorator.rb in representable-3.0.4 vs lib/representable/decorator.rb in representable-3.1.0
- old
+ new
@@ -1,6 +1,6 @@
-require "representable"
require "uber/inheritable_attr"
+require "representable"
module Representable
class Decorator
attr_reader :represented
alias_method :decorated, :represented