Class: Warg::Console::History::FirstEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/warg.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content.



306
307
308
# File 'lib/warg.rb', line 306

def content
  @content
end

#next_entryObject

Returns the value of attribute next_entry.



307
308
309
# File 'lib/warg.rb', line 307

def next_entry
  @next_entry
end

#previous_entryObject (readonly)

Returns the value of attribute previous_entry.



308
309
310
# File 'lib/warg.rb', line 308

def previous_entry
  @previous_entry
end

Instance Method Details

#column_numberObject



310
311
312
# File 'lib/warg.rb', line 310

def column_number
  1
end

#inspectObject



330
331
332
# File 'lib/warg.rb', line 330

def inspect
  %{#<#{self.class.name}>}
end

#last_line_lengthObject



322
323
324
# File 'lib/warg.rb', line 322

def last_line_length
  0
end

#newline_countObject



318
319
320
# File 'lib/warg.rb', line 318

def newline_count
  0
end

#row_numberObject



314
315
316
# File 'lib/warg.rb', line 314

def row_number
  1
end

#to_sObject



326
327
328
# File 'lib/warg.rb', line 326

def to_s
  ""
end