Sha256: d7a8709c7d1011cd8d6bf53444330922f2fc8e344831a359b209636c883e90ca

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

module Sway
  module Extensions
    YAML = ['yml', 'yaml']
    JSON = ['json']
    CSV  = ['csv']
    ALL  = self.constants.inject([]) {|all, const_symbol| all << const_get(const_symbol)}.flatten
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sway-0.0.1 lib/sway/extensions.rb