module ErrbitGitlabPlugin
Constants
- VERSION
Public Class Methods
read_static_file(file)
click to toggle source
# File lib/errbit_gitlab_plugin.rb, line 10 def self.read_static_file(file) File.read(root.join('static', file)) end
root()
click to toggle source
# File lib/errbit_gitlab_plugin.rb, line 6 def self.root Pathname.new File.expand_path('../..', __FILE__) end