Sha256: d3aadf6799c75e4555fa2109448be673ed66e17f4cde7a39cc6a7002e09a5617
Contents?: true
Size: 314 Bytes
Versions: 9
Compression:
Stored size: 314 Bytes
Contents
# Represents a project with no builds yet. In this case we just return an info message for the columns. # This allows `cody list` to work without breaking for Fresh projects with zero builds. module Cody::List class NoBuildsProject def method_missing(meth, *args, &block) "no builds" end end end
Version data entries
9 entries across 9 versions & 1 rubygems