Sha256: c1f24d06ea5c1473b8b9add2a995e3b6ff056722e89b64d8d0370a3f4de772ad

Contents?: true

Size: 88 Bytes

Versions: 8

Compression:

Stored size: 88 Bytes

Contents

module HelloWorld
  class Helo
    def say(name)
      "Hi, #{name}!"
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
code2pdf-0.4.3 spec/fixtures/hello_world/lib/hello.rb
code2pdf_rdeterre-0.4.2 spec/fixtures/hello_world/lib/hello.rb
code2pdf-0.4.2 spec/fixtures/hello_world/lib/hello.rb
code2pdf-0.4.1 spec/fixtures/hello_world/lib/hello.rb
code2pdf-0.3.1 spec/fixtures/hello_world/lib/hello.rb
code2pdf-0.3.0 spec/fixtures/hello_world/lib/hello.rb
code2pdf-0.2.1 spec/fixtures/hello_world/lib/hello.rb
code2pdf-0.2.0 spec/fixtures/hello_world/lib/hello.rb