module Objectable

Top-level API

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 © 2018-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

resolver(*args) click to toggle source

Really just syntactic sugar that proxies a new Resolver instance creation.

# File lib/objectable.rb, line 16
def resolver(*args)
  Resolver.new(*args)
end