Method: TextTable#row=

Defined in:
lib/texttable.rb

#row=(row) ⇒ Object



100
101
102
103
# File 'lib/texttable.rb', line 100

def row=(row)
  @values = @rows[@row = row]
  @row
end