Sha256: 55cba867bd876dfa662bcc0cfa9d2cb4c73f976de70eb7e8cfdac8b91ab30b87

Contents?: true

Size: 190 Bytes

Versions: 17

Compression:

Stored size: 190 Bytes

Contents

class HelloWorld
  # @begin: method
  def self.say
    "Hello World"
  end
  # @end: method

  # @begin: another_method
  def self.shout
    "HELLO WORLD"
  end
  # @end: another_method
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
kitabu-2.1.0 spec/support/mybook/code/code.rb
kitabu-2.0.4 spec/support/mybook/code/code.rb
kitabu-2.0.3 spec/support/mybook/code/code.rb
kitabu-2.0.2 spec/support/mybook/code/code.rb
kitabu-2.0.1 spec/support/mybook/code/code.rb
kitabu-2.0.0 spec/support/mybook/code/code.rb
kitabu-1.0.6 spec/support/mybook/code/code.rb
kitabu-1.0.5 spec/support/mybook/code/code.rb
kitabu-1.0.4 spec/support/mybook/code/code.rb
kitabu-1.0.3 spec/support/mybook/code/code.rb
kitabu-1.0.2 spec/support/mybook/code/code.rb
kitabu-1.0.1 spec/support/mybook/code/code.rb
kitabu-1.0.0 spec/support/mybook/code/code.rb
kitabu-1.0.0.rc4 spec/support/mybook/code/code.rb
kitabu-1.0.0.rc3 spec/support/mybook/code/code.rb
kitabu-1.0.0.rc2 spec/support/mybook/code/code.rb
kitabu-1.0.0.rc1 spec/support/mybook/code/code.rb