lib/datetime-scopes/abstract_proxy.rb in datetime-scopes-1.0.0.alpha1 vs lib/datetime-scopes/abstract_proxy.rb in datetime-scopes-1.0.0.alpha2

- old
+ new

@@ -1,8 +1,7 @@ module DateTimeScopes class AbstractProxy - def initialize(klass:, attribute:, time_zone:) - @klass = klass + def initialize(attribute:, time_zone:) @attribute = attribute @time_zone = time_zone end def proxy_methods