Methods
Class Public methods
new(foo)
Link
Source: show
# File sample/drb/drbm.rb, line 44 def initialize(foo) @hoge = foo.hello end
Instance Public methods