/lib/aef/weekling/core_extensions.rb

https://gitlab.com/weekling/weekling · Ruby · 28 lines · 6 code · 3 blank · 19 comment · 0 complexity · 777be1fce413357ecd4b2158b8195d42 MD5 · raw file

  1. # encoding: UTF-8
  2. =begin
  3. Copyright Alexander E. Fischer <aef@raxys.net>, 2012
  4. This file is part of Weekling.
  5. Permission to use, copy, modify, and/or distribute this software for any
  6. purpose with or without fee is hereby granted, provided that the above
  7. copyright notice and this permission notice appear in all copies.
  8. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  9. REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  10. FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  11. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  12. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  13. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  14. PERFORMANCE OF THIS SOFTWARE.
  15. =end
  16. module Aef
  17. module Weekling
  18. # Namespace for extension modules for Ruby's core classes.
  19. module CoreExtensions
  20. end
  21. end
  22. end