Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Object

Constants

CWD

Public Instance Methods

icu click to toggle source

ICU dependency

# File ext/charlock_holmes/extconf.rb, line 24
dir_config 'icu'
sys(cmd) click to toggle source
# File ext/charlock_holmes/extconf.rb, line 4
def sys(cmd)
  puts "  -- #{cmd}"
  unless ret = xsystem(cmd)
    raise "#{cmd} failed, please report issue on http://github.com/brianmario/charlock_holmes"
  end
  ret
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.