Module: Sway::Extensions
- Defined in:
- lib/sway/extensions.rb
Constant Summary collapse
- YAML =
['yml', 'yaml']
- JSON =
['json']
- CSV =
['csv']
- ALL =
self.constants.inject([]) {|all, const_symbol| all << const_get(const_symbol)}.flatten
['yml', 'yaml']
['json']
['csv']
self.constants.inject([]) {|all, const_symbol| all << const_get(const_symbol)}.flatten