Class: Turnip::Placeholder::Match
- Inherits:
-
Struct
- Object
- Struct
- Turnip::Placeholder::Match
- Defined in:
- lib/turnip/placeholder.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#regexp ⇒ Object
Returns the value of attribute regexp.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
3 4 5 |
# File 'lib/turnip/placeholder.rb', line 3 def block @block end |
#regexp ⇒ Object
Returns the value of attribute regexp
3 4 5 |
# File 'lib/turnip/placeholder.rb', line 3 def regexp @regexp end |