Source: show | on GitHub
# File sample/drb/dqlib.rb, line 2 def initialize(name) @name = name end
# File sample/drb/dqlib.rb, line 6 def greeting "Hello, This is #{@name}." end