File: app.rb

package info (click to toggle)
ruby-aruba 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,972 kB
  • sloc: ruby: 7,151; javascript: 6,850; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
require "cli/app/version"

::Dir.glob(File.expand_path("**/*.rb", __dir__)).sort.each { |f| require_relative f }

module Cli
  module App
    # Your code goes here...
  end
end