Methods
Included Modules
Class Public methods
new(biff, command)
Link
Source: show
# File sample/drb/dcdbiff.rb, line 11 def initialize(biff, command) @biff = biff @command = command @biff.add_observer(self) end
Instance Public methods