class Cfer::Core::Resource
Public Instance Methods
cfize(text, capture_regexp: nil)
click to toggle source
TODO: we need a better way to inject general helpers.
# File lib/cfer/auster/cfer_evaluator.rb, line 10 def cfize(text, capture_regexp: nil) Cfer::Auster::CferHelpers.cfize(text, capture_regexp: capture_regexp) end