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