Sha256: f1f8f5e68fd0fbd7359f06234020669292386367b6d025781b643c5f108307ec

Contents?: true

Size: 208 Bytes

Versions: 13

Compression:

Stored size: 208 Bytes

Contents

This file includes the code as a code block.

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
markdown_helper-2.5.4 markdown/use_cases/include/include_code_block/included.md
markdown_helper-2.5.3 markdown/use_cases/include/include_code_block/included.md
markdown_helper-2.5.2 markdown/use_cases/include/include_code_block/included.md
markdown_helper-2.5.1 markdown/use_cases/include/include_code_block/included.md
markdown_helper-2.5.0 markdown/use_cases/include/include_code_block/included.md
markdown_helper-2.4.0 markdown/use_cases/include/include_code_block/included.md
markdown_helper-2.3.0 markdown/use_cases/include_files/include_code_block/included.md
markdown_helper-2.2.0 markdown/use_cases/include_files/include_code_block/included.md
markdown_helper-2.1.0 markdown/use_cases/include_files/include_code_block/included.md
markdown_helper-2.0.0 markdown/use_cases/include_files/include_code_block/included.md
markdown_helper-1.9.9 markdown/use_cases/include_files/include_code_block/included.md
markdown_helper-1.9.5 markdown/use_cases/include_files/include_code_block/included.md
markdown_helper-1.9.0 markdown/use_cases/include/include_code_block/included.md