lib/grumlin/shortcuts.rb in grumlin-0.13.0 vs lib/grumlin/shortcuts.rb in grumlin-0.13.1

- old
+ new

@@ -8,9 +8,10 @@ end end def self.extended(base) base.include(InstanceMethods) + base.include(Grumlin::Expressions) end def inherited(subclass) super subclass.shortcuts_from(self)