Sha256: 8add37483349d6602029fda7dc7d37b7e7b99677b4c113b3d01f2e5bfdf308e1
Contents?: true
Size: 470 Bytes
Versions: 14
Compression:
Stored size: 470 Bytes
Contents
module ChalkRuby module Helpers def to_json: (String | Hash[Symbol, String] body) -> String def symbolize_hash: (Hash[Symbol | String, untyped] hash) -> Hash[Symbol, untyped] def json_to_hash: (String json, bool symbolize_keys) -> Hash[Symbol, String] def get_option: ([Symbol | String, String] hash, String key) -> (String | [String]) def path_encode: (String path, *String args) -> String def self.included: (self base) -> self end end
Version data entries
14 entries across 14 versions & 1 rubygems