Sha256: dab5e6ef1fe9577b14e4ba44e237a494f5637c432cae977d6e64ecf049d12918
Contents?: true
Size: 322 Bytes
Versions: 6
Compression:
Stored size: 322 Bytes
Contents
# $Id$ if HAVE_BONES namespace :bones do desc 'Show the PROJ open struct' task :debug do |t| atr = if ARGV.length == 2 t.application.top_level_tasks.pop end if atr then Bones::Debug.show_attr(PROJ, atr) else Bones::Debug.show PROJ end end end # namespace :bones end # HAVE_BONES # EOF
Version data entries
6 entries across 5 versions & 4 rubygems