Module: Ruby::Vies

Defined in:
lib/ruby/vies.rb,
lib/ruby/vies/version.rb

Defined Under Namespace

Classes: Client, Error

Constant Summary collapse

VERSION =
"3.0.1"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Setup data from initializer

Yields:

  • (_self)

Yield Parameters:

  • _self (Ruby::Vies)

    the object that the method was called on



25
26
27
# File 'lib/ruby/vies.rb', line 25

def self.setup
  yield(self)
end