mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-30 01:27:02 +00:00
7 lines
229 B
Ruby
7 lines
229 B
Ruby
secret_identities = { "The Batman" => "Bruce Wayne",
|
|
"Superman" => "Clark Kent",
|
|
"Wonder Woman" => "Diana Prince",
|
|
"Freakazoid" => "Dexter Douglas"
|
|
}
|
|
|
|
secret_identities.each { |name, ego| puts "#{name} " ' : ' " #{ego}" } |