Class: Ciphr::Functions::Reader::StringReader

Inherits:
Function
  • Object
show all
Defined in:
lib/ciphr/functions/reader.rb

Defined Under Namespace

Classes: StringProc

Instance Attribute Summary

Attributes inherited from Function

#args, #options

Instance Method Summary collapse

Methods inherited from Function

aligned, inherited, #initialize, invertable?, params, #prepend, #read, variants

Constructor Details

This class inherits a constructor from Ciphr::Functions::Function

Instance Method Details

#applyObject



6
7
8
# File 'lib/ciphr/functions/reader.rb', line 6

def apply
  StringProc.new(options[:string])
end