Method: Rouge::RegexLexer::ClosedState#initialize
- Defined in:
- lib/rouge/regex_lexer.rb
#initialize(state) ⇒ ClosedState
Returns a new instance of ClosedState.
21 22 23 |
# File 'lib/rouge/regex_lexer.rb', line 21 def initialize(state) @state = state end |