Changeset 28974 for lang/ruby/ruwin/lib
- Timestamp:
- 01/24/09 18:11:51 (4 years ago)
- Files:
-
- 1 modified
-
lang/ruby/ruwin/lib/ruwin/edit_field.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ruwin/lib/ruwin/edit_field.rb
r28969 r28974 19 19 def [] first, last 20 20 self.class::SELECTION_CLASS.new self, first, last 21 end 22 23 def tail 24 length = string.length 25 self[length, length] 26 end 27 28 def head 29 self[0, 0] 21 30 end 22 31
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)