module Rlocu2

Constants

FIELDS

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/rlocu2.rb, line 14
def configure
  yield self
  true
end