Home
Pages
Classes
Methods
Parent
Object
Methods
::init
class Base::Client
Public Class Methods
init
()
click to toggle source
# File lib/base.rb, line 6
def
init
puts
"hello world"
end