Source: show
# File sample/drb/drbc.rb, line 11 def initialize(n) @n = n end
# File sample/drb/drbc.rb, line 15 def to_i @n.to_i end