File: uc.micro-rb.rb

package info (click to toggle)
ruby-uc.micro-rb 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: ruby: 76; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if defined?(Motion::Project::Config)

  lib_dir_path = File.dirname(File.expand_path(__FILE__))
  Motion::Project::App.setup do |app|
    app.files.unshift(Dir.glob(File.join(lib_dir_path, "uc.micro-rb/**/*.rb")))
  end

else

  require 'uc.micro-rb/categories/Cc/regex'
  require 'uc.micro-rb/categories/Cf/regex'
  require 'uc.micro-rb/categories/P/regex'
  require 'uc.micro-rb/categories/Z/regex'
  require 'uc.micro-rb/properties/Any/regex'

end