Module: Polytrix::Util::String
- Includes:
- ClassMethods
- Included in:
- Challenge, Command::Generate::Dashboard::Helpers, Command::Show, Reporters::MarkdownReporter, FileSystem
- Defined in:
- lib/polytrix/util.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Methods included from ClassMethods
#ansi2html, #escape_html, #highlight, #slugify
Class Method Details
.included(base) ⇒ Object
119 120 121 |
# File 'lib/polytrix/util.rb', line 119 def self.included(base) base.extend(ClassMethods) end |