24 25 26 27 28
# File 'lib/esruby.rb', line 24 def self.clean build = ESRuby::Build.build FileUtils.rm_rf(build.build_directory) nil end