# File lib/innate/helper/aspect.rb, line 10 def self.included(into) into.extend(SingletonMethods) into.add_action_wrapper(5.0, :aspect_wrap) end