Method: DbMeta::Oracle::Helper#block
- Defined in:
- lib/db_meta/oracle/helper.rb
#block(title, size = 80) ⇒ Object
4 5 6 7 |
# File 'lib/db_meta/oracle/helper.rb', line 4 def block(title, size = 80) line = "-- " + ("-" * (size - 3)) [line, "-- #{title}", line].join("\n") end |