Sha256: 8a8b9d03f1414479fc0b24faa14d6038f74113cc86bf9fed9f6f8bcd7666bae4
Contents?: true
Size: 340 Bytes
Versions: 437
Compression:
Stored size: 340 Bytes
Contents
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
437 entries across 424 versions & 109 rubygems