method
comment_if
v4.2.9 -
Show latest stable
- Class:
Rails::Generators::AppBase
comment_if(value)protected
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 172
def comment_if(value)
options[value] ? '# ' : ''
end