class GithubSnapBuilder::MissingSnapcraftError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/github_snap_builder.rb, line 7
def initialize
        super("snapcraft must be installed and in the PATH")
end