class Omnibus::NullBuilder
@todo What’s the point of this class? Can we not just detect that
there are no commands in {Omnibus::Builder#build} and output the appropriate message? Seems like a lot of extra ceremony.
Public Instance Methods
build()
click to toggle source
# File lib/omnibus/builder.rb, line 322 def build log "Nothing to build for #{name}" end