method
comment_if
v5.1.7 -
Show latest stable
- Class:
Rails::Generators::AppBase
comment_if(value)private
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 197
def comment_if(value) # :doc:
options[value] ? "# " : ""
end