My use case is, i save this really useful snippets write by @asterite to, e.g. ~/Dropbox/common/crystal/lib/meta.cr
, then prepend this folder into $CRYSTAL_PATH.
now, i can use those methods defined in meta.cr, like this:
require "meta"
pp! "hello".methods
pp! String.class_methods