Navigation Menu

Skip to content

Commit

Permalink
Add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent fe27c4d commit b9024d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/droonga/safe_file_writer.rb
Expand Up @@ -13,6 +13,10 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

require "pathname"
require "fileutils"
require "tempfile"

module Droonga
class SafeFileWriter
class << self
Expand Down

0 comments on commit b9024d6

Please sign in to comment.