class Ciphr::Functions::Reader::StringReader

Public Instance Methods

apply() click to toggle source
# File lib/ciphr/functions/reader.rb, line 6
def apply
  StringProc.new(options[:string])
end