Sha256: fcedf982807219692ec3a0be34819d06c2abd75b331009164db42280a53362c2

Contents?: true

Size: 164 Bytes

Versions: 1

Compression:

Stored size: 164 Bytes

Contents

module Lucid
  class CLI
    
    def initialize(args = ARV)
      @args = args
    end
    
    def start
      
    end
    
  end # class CLI
end # module Lucid

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lucid-0.0.1 lib/lucid/cli.rb