File: test_task.rb

package info (click to toggle)
pry 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,788 kB
  • sloc: ruby: 21,638; sh: 17; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# frozen_string_literal: true

task :test_task do
  binding
end