Sha256: a878521f6761e2128aa3883f4fda919aded143807205663c87e9c57689f4f2bf

Contents?: true

Size: 137 Bytes

Versions: 1

Compression:

Stored size: 137 Bytes

Contents

# frozen_string_literal: true

require_relative '../converter'
class Integer
  def to_sasin
    Sasin::Converter.convert(self)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sasin-0.1.0 lib/sasin/monkey_patches/integer.rb