class Razor::Rake::Git::CleanBranchError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/razor/rake/git_generate.rb, line 23
def initialize
        super("Current branch must be clean.")
end