Method: CodeBlock#end
- Defined in:
- lib/codeblock.rb
#end ⇒ Object
The name of the line that ends the block. Leave nil for no ending line. If an ending line is given but that line is not found then an exception is raised.
76 77 78 |
# File 'lib/codeblock.rb', line 76 def end @end end |