Method: Mist::CodeExampleParser::Example#offset
- Defined in:
- lib/mist/code_example_parser.rb
#offset ⇒ Object
32 33 34 |
# File 'lib/mist/code_example_parser.rb', line 32 def offset start_offset...(start_offset+length+whitespace_skipped) end |