Methods
H
Included Modules
Instance Public methods
hello(name)
# File sample/drb/drbssl_s.rb, line 11
def hello(name)
  "Hello, #{name}."
end