Sha256: 25c479957d7ad72f3764a2494f147dd1d31a92417be830011e200ccc924e66f8

Contents?: true

Size: 131 Bytes

Versions: 36

Compression:

Stored size: 131 Bytes

Contents

class HelloWorld
   def initialize(name)
      @name = name.capitalize
   end
   def sayHi
      puts "Hello !"
   end
end

Version data entries

36 entries across 13 versions & 1 rubygems

Version Path
markdown_helper-2.5.4 markdown/use_cases/include/include_text_as_comment/hello.rb
markdown_helper-2.5.4 markdown/use_cases/include/include_highlighted_code/hello.rb
markdown_helper-2.5.4 markdown/use_cases/include/include_code_block/hello.rb
markdown_helper-2.5.3 markdown/use_cases/include/include_code_block/hello.rb
markdown_helper-2.5.3 markdown/use_cases/include/include_text_as_comment/hello.rb
markdown_helper-2.5.3 markdown/use_cases/include/include_highlighted_code/hello.rb
markdown_helper-2.5.2 markdown/use_cases/include/include_highlighted_code/hello.rb
markdown_helper-2.5.2 markdown/use_cases/include/include_text_as_comment/hello.rb
markdown_helper-2.5.2 markdown/use_cases/include/include_code_block/hello.rb
markdown_helper-2.5.1 markdown/use_cases/include/include_highlighted_code/hello.rb
markdown_helper-2.5.1 markdown/use_cases/include/include_text_as_comment/hello.rb
markdown_helper-2.5.1 markdown/use_cases/include/include_code_block/hello.rb
markdown_helper-2.5.0 markdown/use_cases/include/include_highlighted_code/hello.rb
markdown_helper-2.5.0 markdown/use_cases/include/include_text_as_comment/hello.rb
markdown_helper-2.5.0 markdown/use_cases/include/include_code_block/hello.rb
markdown_helper-2.4.0 markdown/use_cases/include/include_code_block/hello.rb
markdown_helper-2.4.0 markdown/use_cases/include/include_highlighted_code/hello.rb
markdown_helper-2.4.0 markdown/use_cases/include/include_text_as_comment/hello.rb
markdown_helper-2.3.0 markdown/use_cases/include_files/include_text_as_comment/hello.rb
markdown_helper-2.3.0 markdown/use_cases/include_files/include_highlighted_code/hello.rb