# File test/test_params.rb, line 1290 def setup # implementation of abstract methods for Rucy::ListEntry class @name_tag_call = 0 @path_tag_call = 0 @mask_tag_call = 0 @name_list_call = 0 @arg_info_alist_call = 0 @arg_info_alist_name = nil # target @attrs = { 'document' => nil, 'arguments' => {}, 'mount_path' => nil, 'mount_mask' => nil, 'virtual_host' => nil, 'comment' => nil } @entry = ListEntryStub.new(@attrs, self) end