module Firuta

Constants

VERSION

Public Class Methods

new(collection = nil) click to toggle source
# File lib/firuta.rb, line 11
def self.new(collection = nil)
  Base.new(collection)
end