module Quiver::Adapter::HelpersHelpers::SelfMethods
Public Instance Methods
included(host)
click to toggle source
# File lib/quiver/adapter/helpers_helpers.rb, line 9 def included(host) if !host.is_a?(Quiver::Adapter) host.send(:include, Quiver::Adapter) end end