Sha256: b26dae5ef012c4c19d50948c1cea45d8af5d1f7473a2ad2ef047df1d28cee817
Contents?: true
Size: 274 Bytes
Versions: 2
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true require 'ragel/array/version' require 'ragel/array/ragel_array' module Ragel class Array def self.replace(filepath) require 'ragel/array/replace' File.write(filepath, Replace.replace(File.read(filepath))) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ragel-array-0.1.1 | lib/ragel/array.rb |
ragel-array-0.1.0 | lib/ragel/array.rb |