Sha256: a726541960cf9691dd21f09043a9d6d5dbe498eda7e392c2eac7b31e4d770c58

Contents?: true

Size: 168 Bytes

Versions: 9

Compression:

Stored size: 168 Bytes

Contents

require "language_detection/version"

module LanguageLayer

  class LanguagesResponse

    SUCCESS_EXPR = 'success'

    def bar
      SUCCESS_EXPR
    end

  end

end

Version data entries

9 entries across 5 versions & 1 rubygems

Version Path
languagedetection-0.3.4 out/production/language_detection/language_detection/languages/languages_response.rb
languagedetection-0.3.3 lib/language_detection/languages/languages_response.rb
languagedetection-0.3.3 out/production/language_detection/language_detection/languages/languages_response.rb
languagedetection-0.3.2 lib/language_detection/languages/languages_response.rb
languagedetection-0.3.2 out/production/language_detection/language_detection/languages/languages_response.rb
languagedetection-0.3.1 out/production/language_detection/language_detection/languages/languages_response.rb
languagedetection-0.3.1 lib/language_detection/languages/languages_response.rb
languagedetection-0.3.0 out/production/language_detection/language_detection/languages/languages_response.rb
languagedetection-0.3.0 lib/language_detection/languages/languages_response.rb