class Rfix::Branch::Main::NoMainBranchSetError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rfix/branch/main.rb, line 9
def initialize
  super("Run 'rfix setup' to set the main branch")
end