module HydraHead

Public Class Methods

root() click to toggle source
# File lib/hydra/head.rb, line 8
def self.root
  @root ||= File.expand_path(File.dirname(File.dirname(__FILE__)))
end
version() click to toggle source
# File lib/hydra/head.rb, line 4
def self.version
  HydraHead::VERSION
end