Sha256: 24a9f15d4e442060f703163cd277546ba1f03eb3ebe2afb02c2966733f8d6549
Contents?: true
Size: 192 Bytes
Versions: 1
Compression:
Stored size: 192 Bytes
Contents
def msg(title, &block) puts "\n" + "-"*10 + title + "-"*10 block.call puts "-"*10 + "-------" + "-"*10 + "\n" end def print_usage puts <<EOF TODO: PUTS HELP INFO EOF end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
awetestlib-0.1.3-x86-mingw32 | bin/awetestlib-helpers.rb |