Sha256: 2fb51f0266ea468bf2924bdd761bc881d00378b35863ac4ee525f374c9e5988c
Contents?: true
Size: 313 Bytes
Versions: 20
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true module LHC module FormatsConcern extend ActiveSupport::Concern module ClassMethods def json LHC::Formats::JSON end def multipart LHC::Formats::Multipart end def plain LHC::Formats::Plain end end end end
Version data entries
20 entries across 20 versions & 1 rubygems