Sha256: 0b0d71039b50d2007166cce6c54bfe5401a5943dc7614c04c76bd361a07887f0

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

class DevSystem::Command < Liza::Controller

  def self.call args
    log "args = #{args}"
    new.call args
  end

  def call args
    log "args = #{args}"
    raise NotImplementedError
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lizarb-1.0.4 lib/dev_system/dev/controllers/command.rb