Module: ActiveRecord::Originator::Formatter::Default
- Defined in:
- lib/activerecord/originator/formatter/default.rb
Class Method Summary collapse
Class Method Details
.format(comment) ⇒ Object
7 8 9 |
# File 'lib/activerecord/originator/formatter/default.rb', line 7 def self.format(comment) " /* #{comment} */\n" end |