Sha256: 1513b0b11a37c05f0fbb42f94dfb0638954f05cb63e5f44824991c25f12f33d1
Contents?: true
Size: 215 Bytes
Versions: 8
Compression:
Stored size: 215 Bytes
Contents
# frozen_string_literal: true module Balboa module CLI module Command class StarWarsCommand def execute system('telnet towel.blinkenlights.nl') end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems