class Razor::Rake::Git::BranchError

Public Class Methods

new(branch) click to toggle source
Calls superclass method
# File lib/razor/rake/git_generate.rb, line 15
def initialize(branch)
        super("Must be on #{branch}")
end