Sha256: fa3962e2e75a4e60ad38778a2e968f3e22be4fe2860830b1a60e36ea2b2a741e
Contents?: true
Size: 347 Bytes
Versions: 203
Compression:
Stored size: 347 Bytes
Contents
# $Id$ if HAVE_BONES namespace :bones do desc 'Show the PROJ open struct' task :debug do |t| atr = if t.application.top_level_tasks.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
203 entries across 200 versions & 58 rubygems