Class: RemoteFactoryGirl::HashToDot

Inherits:
Object
  • Object
show all
Defined in:
lib/remote_factory_girl/hash_to_dot.rb

Class Method Summary collapse

Class Method Details

.convert(json) ⇒ Object



5
6
7
# File 'lib/remote_factory_girl/hash_to_dot.rb', line 5

def self.convert(json)
  Dish(json)
end