Class: VRundler::VimZipGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/vrundler/vim_zip_group.rb

Instance Method Summary collapse

Instance Method Details

#zip(symbol_or_name, id) ⇒ Object



3
4
5
# File 'lib/vrundler/vim_zip_group.rb', line 3

def zip(symbol_or_name, id)
  Bundles << VimZipBundle.new(symbol_or_name.to_s, id)
end