Module: Humanized
- Defined in:
- lib/humanized.rb,
lib/humanized/query.rb,
lib/humanized/source.rb,
lib/humanized/wrapper.rb,
lib/humanized/compiler.rb,
lib/humanized/humanizer.rb,
lib/more/humanized/parser.rb,
lib/humanized/interpolater.rb,
lib/more/humanized/localized.rb,
lib/more/humanized/has_parser.rb,
lib/more/humanized/json_source.rb,
lib/more/humanized/yaml_source.rb,
lib/humanized/interpolation/kng.rb,
lib/humanized/interpolation/date.rb,
lib/more/humanized/ruby_compiler.rb,
lib/more/humanized/uses_calendar.rb,
lib/more/humanized/parser/numeric.rb,
lib/humanized/interpolation/german.rb,
lib/humanized/interpolation/number.rb,
lib/humanized/interpolation/default.rb,
lib/humanized/interpolation/english.rb,
lib/more/humanized/has_language_code.rb,
lib/more/humanized/predefined_packages.rb,
lib/humanized/interpolation/conjunctions.rb
Overview
This program is free software: you can redistribute it and/or modify
it under the terms of the Affero GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
(c) 2011 by Hannes Georg
Defined Under Namespace
Modules: Conjunctions, Date, Default, English, German, HasLanguageCode, HasNaturalGenus, HasParser, JsonSource, KNG, Number, PredefinedPackages, UsesCalendar, YamlSource Classes: Compiled, Compiler, CompilerBase, FailedInterpolation, Humanizer, Interpolater, Localized, Parser, Query, RubyCompiler, Source, Wrapper
Class Attribute Summary collapse
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.logger ⇒ Object
Returns the value of attribute logger.
43 44 45 |
# File 'lib/humanized.rb', line 43 def logger @logger end |