Sha256: 9e37474ca4a0c9fa73ab10d18cdd695d7c0d6491d2f5145154546cbf1e44e138
Contents?: true
Size: 187 Bytes
Versions: 1
Compression:
Stored size: 187 Bytes
Contents
require_relative "command" module Ddr module FileTools class TextCommand < Command def call(file_path) provider.text(file_path) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ddr-filetools-0.4.0 | lib/ddr/filetools/text_command.rb |