Class: I18n::Backend::Gettext::PoData
- Defined in:
- lib/active_support/vendor/i18n-0.4.1/i18n/backend/gettext.rb
Constant Summary
Constants inherited from Hash
Constants included from ActiveSupport::CoreExtensions::Hash::Conversions
ActiveSupport::CoreExtensions::Hash::Conversions::DISALLOWED_XML_TYPES, ActiveSupport::CoreExtensions::Hash::Conversions::XML_FORMATTING, ActiveSupport::CoreExtensions::Hash::Conversions::XML_PARSING, ActiveSupport::CoreExtensions::Hash::Conversions::XML_TYPE_NAMES
Instance Method Summary collapse
Methods inherited from Hash
#as_json, #deep_merge!, #deep_symbolize_keys, #except, #slice, #to_json
Methods included from ActiveSupport::CoreExtensions::Hash::Except
Methods included from ActiveSupport::CoreExtensions::Hash::Slice
Methods included from ActiveSupport::CoreExtensions::Hash::Diff
Methods included from ActiveSupport::CoreExtensions::Hash::Conversions
included, #rename_key, #to_query, #to_xml
Methods included from ActiveSupport::CoreExtensions::Hash::ReverseMerge
#reverse_merge, #reverse_merge!
Methods included from ActiveSupport::CoreExtensions::Hash::DeepMerge
Methods included from ActiveSupport::CoreExtensions::Hash::IndifferentAccess
Methods included from ActiveSupport::CoreExtensions::Hash::Keys
#assert_valid_keys, #stringify_keys, #stringify_keys!, #symbolize_keys, #symbolize_keys!
Instance Method Details
#set_comment(msgid_or_sym, comment) ⇒ Object
26 27 28 |
# File 'lib/active_support/vendor/i18n-0.4.1/i18n/backend/gettext.rb', line 26 def set_comment(msgid_or_sym, comment) # ignore end |