lib/nocode/steps/io/read.rb in nocode-0.0.3 vs lib/nocode/steps/io/read.rb in nocode-0.0.4
- old
+ new
@@ -1,9 +1,10 @@
# frozen_string_literal: true
module Nocode
module Steps
module Io
+ # Read a file from disk and place its contents in a register.
class Read < Step
option :path,
:register
def perform