module FreshObjects
Top-level namespace
Copyright © 2019-present, Blue Marble Payroll, LLC
This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
Copyright © 2019-present, Blue Marble Payroll, LLC
This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
Constants
- VERSION
Public Class Methods
filter(*args)
click to toggle source
Syntactic sugary proxy for easy building of Filter
instances.
# File lib/fresh_objects.rb, line 19 def filter(*args) Filter.new(*args) end