class method
self.no_color!
Ruby on Rails 6.0.6
Since v3.0.20 Last seen in v6.0.6Signature
self.no_color!()
Remove the color from output.
Source
# File railties/lib/rails/generators.rb, line 134
def no_color!
Thor::Base.shell = Thor::Shell::Basic
end
Defined in railties/lib/rails/generators.rb line 134
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators