lib/lotu/systems/interpolation_system.rb in lotu-0.1.15 vs lib/lotu/systems/interpolation_system.rb in lotu-0.1.16
- old
+ new
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
module Lotu
- class InterpolationSystem < System
+ class InterpolationSystem < BaseSystem
def initialize(user, opts={})
super
user.extend(UserMethods)
@interpolations = []