class Base::Client

Public Class Methods

init() click to toggle source
# File lib/base.rb, line 6
def init
        puts "hello world"
end