Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/empathy/emp_json/helpers/hash.rb

Overview

Adds to_emp_json to Hash

Defined Under Namespace

Classes: EmpConverter

Instance Method Summary collapse

Instance Method Details

#to_emp_jsonObject



29
30
31
# File 'lib/empathy/emp_json/helpers/hash.rb', line 29

def to_emp_json
  EmpConverter.convert(self)
end