Changeset 2786
- Timestamp:
- 12/07/07 17:00:52 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/misc/mork.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/misc/mork.rb
r824 r2786 85 85 def parse_table(table_part) 86 86 table_part.gsub!(/\s+/, "") 87 re = %r/[^ []* \[ # find a "["88 ( [^ ]]+ ) \] # capture up to "]"87 re = %r/[^\[]* \[ # find a "[" 88 ( [^\]]+ ) \] # capture up to "]" 89 89 /x 90 90 table_part.scan(re) do |m,|
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)