In Files

Parent

Methods

Included Modules

Foo

Public Class Methods

new(str) click to toggle source
                
# File drb/extserv.rb, line 49
def initialize(str)
  @str = str
end

Public Instance Methods

hello(it) click to toggle source
                
# File drb/extserv.rb, line 53
def hello(it)
  "#{it}: #{self}"
end
to_s() click to toggle source
                
# File drb/extserv.rb, line 57
def to_s
  @str
end
blog comments powered by Disqus