class GithubSnapBuilder::MissingSnapFileError
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/github_snap_builder.rb, line 13 def initialize(path) super("unable to find snap with path '#{path}'") end