Sha256: c0320488c41f80b8502eb4e48f3f4952cb6b9788a322f17f32a0e619b54ed909

Contents?: true

Size: 894 Bytes

Versions: 69

Compression:

Stored size: 894 Bytes

Contents

# -*- coding: utf-8 -*-
#
# Copyright (C) 2013  Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1 as published by the Free Software Foundation.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

module Groonga
  class Table
    def disk_usage
      measurer = StatisticMeasurer.new
      measurer.measure_disk_usage(path)
    end
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
rroonga-7.0.2-x86-mingw32 lib/groonga/table.rb
rroonga-7.0.2-x64-mingw32 lib/groonga/table.rb
rroonga-7.0.2 lib/groonga/table.rb
rroonga-6.1.3-x64-mingw32 lib/groonga/table.rb
rroonga-6.1.3-x86-mingw32 lib/groonga/table.rb
rroonga-6.1.3 lib/groonga/table.rb
rroonga-6.1.0-x86-mingw32 lib/groonga/table.rb
rroonga-6.1.0-x64-mingw32 lib/groonga/table.rb
rroonga-6.1.0 lib/groonga/table.rb
rroonga-6.0.9-x64-mingw32 lib/groonga/table.rb
rroonga-6.0.9-x86-mingw32 lib/groonga/table.rb
rroonga-6.0.9 lib/groonga/table.rb
rroonga-6.0.7-x86-mingw32 lib/groonga/table.rb
rroonga-6.0.7-x64-mingw32 lib/groonga/table.rb
rroonga-6.0.7 lib/groonga/table.rb
rroonga-6.0.5-x64-mingw32 lib/groonga/table.rb
rroonga-6.0.5-x86-mingw32 lib/groonga/table.rb
rroonga-6.0.5 lib/groonga/table.rb
rroonga-6.0.4-x86-mingw32 lib/groonga/table.rb
rroonga-6.0.4-x64-mingw32 lib/groonga/table.rb