Class: FZip::Adapter

Inherits:
Object
  • Object
show all
Defined in:
lib/fzip/adapter.rb

Instance Method Summary collapse

Instance Method Details

#branch?(node) ⇒ Boolean

Returns:

  • (Boolean)


3
4
# File 'lib/fzip/adapter.rb', line 3

def branch?(node)
end

#children(node) ⇒ Object



6
7
# File 'lib/fzip/adapter.rb', line 6

def children(node)
end

#make_node(node, children) ⇒ Object



9
10
# File 'lib/fzip/adapter.rb', line 9

def make_node(node, children)
end