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.



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

def content
  @content
end

#next_entryObject

Returns the value of attribute next_entry.



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

def next_entry
  @next_entry
end

#previous_entryObject (readonly)

Returns the value of attribute previous_entry.



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

def previous_entry
  @previous_entry
end

Instance Method Details

#column_numberObject



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

def column_number
  1
end

#inspectObject



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

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

#last_line_lengthObject



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

def last_line_length
  0
end

#newline_countObject



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

def newline_count
  0
end

#row_numberObject



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

def row_number
  1
end

#to_sObject



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

def to_s
  ""
end