Class: VER::Text::End

Inherits:
Mark show all
Defined in:
lib/ver/text/end.rb

Constant Summary

Constants inherited from Mark

Mark::MATCHING_BRACE_LEFT, Mark::MATCHING_BRACE_RIGHT

Constants inherited from Struct

Struct::CACHE

Instance Attribute Summary

Attributes inherited from Mark

#buffer, #name

Instance Method Summary collapse

Methods inherited from Mark

#<<, #backward_jump, #change_at, #change_next_word_end, #changing, #char, #char=, #chunk_char_type, #copying, #delete, #deleting, #down_nonblank, #encoding_rot13, #end_of_buffer, #end_of_sentence, #first_line, #forward_jump, #forward_jump_end, #go_char, #go_first_nonblank, #go_line_char, #go_percent, #gravity, #gravity=, #home_of_line, #index, #insert, #insert_indented_newline, #insert_indented_newline_below, #insert_newline, #insert_newline_above, #insert_newline_below, #insert_selection, #insert_tab, #inspect, #killing, #last_char, #last_line, #line, #line=, #lower_casing, #matching_brace, #matching_brace_indices, #middle_of_line, #next, #next_char, #next_chunk, #next_chunk_end, #next_line_nonblank, #next_word, #next_word_end, #prev_char, #prev_chunk, #prev_line_nonblank, #prev_word, #prev_word_end, #previous, #start_of_buffer, #start_of_line, #to_s, #to_tcl, #toggle_casing, #unset, #upper_casing, #virtual, #virtual_motion, #word_char_type

Methods included from Position

#+, #-, #<=>, #bbox, #change_line, #compare, #copy_line, #decrease_number, #delete, #delete_line, #delta, #dlineinfo, #dump, #formatted_binary, #formatted_exponential, #formatted_float, #formatted_hex, #formatted_number, #formatted_octal, #get, #increase_number, #insert, #inspect, #kill_line, #lineend, #linestart, #see, #tag_names, #tags, #to_a, #toggle_case!

Methods inherited from Struct

new

Constructor Details

#initialize(buffer) ⇒ End

Returns a new instance of End.



4
5
6
# File 'lib/ver/text/end.rb', line 4

def initialize(buffer)
  super(buffer, :end)
end

Instance Method Details

#set(index) ⇒ Object Also known as: index=

ignore



9
10
# File 'lib/ver/text/end.rb', line 9

def set(index)
end