- Timestamp:
- 09/24/08 23:25:57 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/misc/fitview.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/misc/fitview.rb
r19702 r19838 24 24 WIDTH = 1024 25 25 HEIGHT = 768 26 27 EXTS = ['.png', '.jpg', '.jpeg', '.gif', '.bmp', '.jpeg']26 j 27 EXTS = %w[png jpg jpeg gif bmp].map{|ext| ".#{ext}" } 28 28 29 29 FONTS_PATH = ['c:\hoge\sys\mplus_j12r.bdf', 'c:\hoge\sys\mplus_f12r.bdf'] … … 57 57 end 58 58 entries = Dir.entries('.').reject!{|x| 59 !EXTS.in dex(File.extname(x))59 !EXTS.include?(File.extname(x).downcase) 60 60 } 61 61
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)