Sha256: 0e7f2340808aef718871a6ff5d6d07eba6d9a5473b50068faf0dec7734a33c04
Contents?: true
Size: 138 Bytes
Versions: 3
Compression:
Stored size: 138 Bytes
Contents
# frozen_string_literal: true require 'ruby-fire' def hello(name = 'World') "Hello #{name}!" end Fire.fire(:hello) if __FILE__ == $0
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-fire-0.2.2 | examples/hello.rb |
ruby-fire-0.2.1 | examples/hello.rb |
ruby-fire-0.1.0 | examples/hello.rb |