Sha256: eda78819273555d09baa568a0d44001d822c22e60669c50424c6a9039f75d4dd

Contents?: true

Size: 231 Bytes

Versions: 3

Compression:

Stored size: 231 Bytes

Contents

require 'yaml'
require 'convert_unit/pre_process/load'

module ConvertUnit
  module PreProcess
    module Length
      include ConvertUnit::PreProcess

      def file_path
        File.dirname(__FILE__)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
convert_unit-1.0.0 lib/convert_unit/pre_process/length/process.rb
convert_unit-0.2.0 lib/convert_unit/pre_process/length/process.rb
convert_unit-0.1.0 lib/convert_unit/pre_process/length/process.rb