diff options
| author | mo <mo@mokhan.ca> | 2018-05-07 16:32:04 -0600 |
|---|---|---|
| committer | mo <mo@mokhan.ca> | 2018-05-07 16:32:04 -0600 |
| commit | 27be59407ed3be2c569538075f7df1bdaa176808 (patch) | |
| tree | 341b5f5e3efc1de5e2a09054953b5a1ccf0fecb1 /lib/net/hippie/json_mapper.rb | |
| parent | f828908044c26422f646814a222a3bc9db357948 (diff) | |
fix rubocop errors.v0.1.5
Diffstat (limited to 'lib/net/hippie/json_mapper.rb')
| -rw-r--r-- | lib/net/hippie/json_mapper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/net/hippie/json_mapper.rb b/lib/net/hippie/json_mapper.rb index 3aae9e3..e04a545 100644 --- a/lib/net/hippie/json_mapper.rb +++ b/lib/net/hippie/json_mapper.rb @@ -1,5 +1,6 @@ module Net module Hippie + # Converts a ruby hash into a JSON string class JsonMapper def map_from(hash) JSON.generate(hash) |
