Sha256: 82bc99f0be0975136cdc180037e83da2802f40f891fb5484dabf00a96d04be48
Contents?: true
Size: 343 Bytes
Versions: 4
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true module Masking class Config class TargetColumns class Method class Float def initialize(value) @float = value.to_s end def call float end private attr_reader :float end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems