Class: ViewMatchers::ASCIITable

Inherits:
Table
  • Object
show all
Defined in:
lib/view_matchers/table_matcher/ascii_table.rb

Instance Method Summary collapse

Methods inherited from Table

#contains?, #initialize

Constructor Details

This class inherits a constructor from ViewMatchers::Table

Instance Method Details

#rowsObject



5
6
7
# File 'lib/view_matchers/table_matcher/ascii_table.rb', line 5

def rows
  @rows ||= parse_rows
end