Sha256: fbbe58c09ce793ec089289baa8dd9da60965397b8d3274e37df4b8c9be19a03b

Contents?: true

Size: 259 Bytes

Versions: 5

Compression:

Stored size: 259 Bytes

Contents

module Rich
  module I18n
    module Core
      module Object
        module Output
        
          def to_output
            to_es
          end
        
          def to_es
            to_s
          end
        
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rich_i18n-1.2.3 lib/rich/i18n/core/object/output.rb
rich_i18n-1.2.2 lib/rich/i18n/core/object/output.rb
rich_i18n-1.2.1 lib/rich/i18n/core/object/output.rb
rich_i18n-1.2.0 lib/rich/i18n/core/object/output.rb
rich_i18n-1.0.3 lib/rich/i18n/core/object/output.rb