mirror of
https://github.com/kemko/bw.git
synced 2026-01-01 15:45:44 +03:00
5 lines
87 B
Ruby
5 lines
87 B
Ruby
puts "*" * 80
|
|
puts "After"
|
|
puts "*" * 80
|
|
p run_context.resource_collection.map(&:to_s)
|