module Fop::Compiler::Instructions
Constants
- BLANK
- OPERATIONS
- Op
Public Class Methods
regex_match(regex)
click to toggle source
# File lib/fop/compiler.rb, line 37 def self.regex_match(regex) ->(input) { input.slice! regex } end