class GithubSnapBuilder::DockerVersionError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/github_snap_builder.rb, line 51 def initialize super("docker is either not installed or is incompatible") end