mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
7 lines
113 B
Ruby
7 lines
113 B
Ruby
|
|
begin
|
||
|
|
require 'metric_fu'
|
||
|
|
rescue LoadError
|
||
|
|
# Metric-fu not installed
|
||
|
|
# http://metric-fu.rubyforge.org/
|
||
|
|
end
|