Top Level Namespace

Includes:
Gren, Milkode

Defined Under Namespace

Modules: CodeRay, Gren, GrenFileTest, Milkode, Sinatra Classes: Array, Dir, GrenSnip, Platform, StringSnip

Constant Summary collapse

Version =
Milkode::VERSION

Constants included from Milkode

Milkode::VERSION

Instance Method Summary collapse

Methods included from Milkode

#filelist, #packages, #search, #search_for_gomilk, #view

Instance Method Details

#package_path(homeurl, path) ⇒ Object



61
62
63
# File 'lib/milkode/cdweb/app.rb', line 61

def package_path(homeurl, path)
  homeurl + path.sub(homeurl, "").split('/')[0,2].join('/')
end