File: namespace.rb

package info (click to toggle)
ruby-flores 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: ruby: 952; makefile: 36
file content (11 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# encoding: utf-8
# This file is part of ruby-flores.
# Copyright (C) 2015 Jordan Sissel
# 
# :nodoc:
module Flores # rubocop:disable Style/ClassAndModuleChildren
  module RSpec # rubocop:disable Style/ClassAndModuleChildren
    module Formatters # rubocop:disable Style/ClassAndModuleChildren
    end
  end
end