Module: Everythingrb
- Defined in:
- lib/everythingrb/prelude.rb,
lib/railtie.rb,
lib/everythingrb/version.rb,
lib/everythingrb/extensions/quotable.rb
Overview
Extensions for making objects quotable with double quotes
These modules add the ability to quote objects by wrapping their string representations in double quotes. This is useful for generating error messages, debug output, or formatted logs where you want to clearly distinguish between different value types.
Defined Under Namespace
Modules: InspectQuotable, StringQuotable Classes: Railtie
Constant Summary collapse
- VERSION =
Current version of the everythingrb gem
"0.8.2"