Ticket #52: patch.52.diff
| File patch.52.diff, 204 bytes (added by booch, 19 months ago) |
|---|
-
test/fixtures/person_ui.rb
1 require File.join(File.dirname(__FILE__), 'person') 2 1 3 class PersonUI < Streamlined::UI 2 4 end 3 5
| File patch.52.diff, 204 bytes (added by booch, 19 months ago) |
|---|
| 1 | require File.join(File.dirname(__FILE__), 'person') | |
|---|---|---|
| 2 | ||
| 1 | 3 | class PersonUI < Streamlined::UI |
| 2 | 4 | end |
| 3 | 5 |