class String
Public Instance Methods
internationalization(virtual_path = nil)
click to toggle source
# File lib/amelia/active_support/core_ext/string.rb, line 2 def internationalization virtual_path = nil TranslationBuffer.new(self).i18n virtual_path end
Also aliased as: i18n
internationalization_options(options = {})
click to toggle source
# File lib/amelia/active_support/core_ext/string.rb, line 8 def internationalization_options options = {} TranslationBuffer.new(self).io options end
Also aliased as: io
to_squawk()
click to toggle source
# File lib/amelia/action_view/buffer.rb, line 29 def to_squawk "squawk! #{self}".strip end
translate_false()
click to toggle source
# File lib/amelia/active_support/core_ext/string.rb, line 14 def translate_false TranslationBuffer.new(self).translate_false end