Sha256: 034ec2b001e6eccc7b07ce6426e662d06cd56057572762d1add662df9b5df223

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

App.call ARGV do

  # Systems help you organize your application's dependencies and RAM memory usage.
  # Learn more: http://guides.lizarb.org/systems.html

  system :dev
  system :happy
  system :net
  system :web

  # Modes help you organize your application's behavior and settings.
  # Learn more: http://guides.lizarb.org/modes.html

  mode :code
  mode :demo

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lizarb-1.0.3 app.rb
lizarb-1.0.2 app.rb
lizarb-1.0.1 app.rb
lizarb-1.0.0 app.rb