Module: RunKit::CoreExt::String
- Defined in:
- lib/run_kit/core_ext.rb
Instance Method Summary collapse
-
#blue ⇒ Object
don't judge.
- #green ⇒ Object
- #muted ⇒ Object
- #orange ⇒ Object
- #red ⇒ Object
-
#without_curly ⇒ Object
remove smart quotes.
Instance Method Details
#blue ⇒ Object
don't judge
101 |
# File 'lib/run_kit/core_ext.rb', line 101 def blue = RunKit::Term.(self, :blue) |
#green ⇒ Object
102 |
# File 'lib/run_kit/core_ext.rb', line 102 def green = RunKit::Term.(self, :green) |
#muted ⇒ Object
105 |
# File 'lib/run_kit/core_ext.rb', line 105 def muted = RunKit::Term.paint_muted(self) |
#orange ⇒ Object
103 |
# File 'lib/run_kit/core_ext.rb', line 103 def orange = RunKit::Term.(self, :peach) |
#without_curly ⇒ Object
remove smart quotes
98 |
# File 'lib/run_kit/core_ext.rb', line 98 def without_curly = tr("“”‘’", "\"\"''") |