module Babik

Babik module

Represents a new type of query result set

Common module for Babik library

Common module for Babik library

Common module for Babik library

Common module for Babik library

Public Class Methods

included(base) click to toggle source

@!method included(base) Inject both class methods and instance methods to classes that include this mixin @param [Class] base Class to be extended by mixin.

# File lib/babik.rb, line 12
def self.included(base)
  base.send :include, InstanceMethods
  base.extend ClassMethods
end