module ModelsStats
Constants
- CONFIG
- GRAPHICS_LIBS
- GRAPHICS_TYPES
- VERSION
Public Class Methods
convert_hash_to_yaml(hash)
click to toggle source
# File lib/models_stats.rb, line 26 def self.convert_hash_to_yaml(hash) hash.to_yaml.sub("---", '').gsub("\n", "\n\s\s\s\s\s\s") end