Class: Jat::Plugins::BasePreloads::FormatUserPreloads

Inherits:
Object
  • Object
show all
Extended by:
ClassMethods
Defined in:
lib/jat/plugins/base/base_preloads/lib/format_user_preloads.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

METHODS =
{
  Array => :array_to_hash,
  FalseClass => :nil_to_hash,
  Hash => :hash_to_hash,
  NilClass => :nil_to_hash,
  String => :string_to_hash,
  Symbol => :symbol_to_hash
}.freeze

Method Summary

Methods included from ClassMethods

to_hash