projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
No longer buffer chunks/files when using resumable upload
[arvados.git]
/
yard
/
templates
/
default
/
method_details
/
setup.rb
1
lib_dir = File.expand_path(File.join(File.dirname(__FILE__), '../../../lib'))
2
$LOAD_PATH.unshift(lib_dir)
3
$LOAD_PATH.uniq!
4
require 'yard-google-code'
5
6
def init
7
sections :header, [:method_signature, T('docstring')]
8
end