class Warg::Console::History::FirstEntry

Attributes

content[R]
next_entry[RW]
previous_entry[R]

Public Instance Methods

column_number() click to toggle source
# File lib/warg.rb, line 310
def column_number
  1
end
inspect() click to toggle source
# File lib/warg.rb, line 330
def inspect
  %{#<#{self.class.name}>}
end
last_line_length() click to toggle source
# File lib/warg.rb, line 322
def last_line_length
  0
end
newline_count() click to toggle source
# File lib/warg.rb, line 318
def newline_count
  0
end
row_number() click to toggle source
# File lib/warg.rb, line 314
def row_number
  1
end
to_s() click to toggle source
# File lib/warg.rb, line 326
def to_s
  ""
end