class RegExpert::Step

Attributes

value[RW]

Public Class Methods

new(value = nil) click to toggle source
# File lib/reg_expert.rb, line 96
def initialize(value = nil)
  @value = value
end

Public Instance Methods

regexp_string() click to toggle source
# File lib/reg_expert.rb, line 100
def regexp_string
  value
end