Method: MicroMicro::Parsers::PlainTextPropertyParser#value
- Defined in:
- lib/micro_micro/parsers/plain_text_property_parser.rb
#value ⇒ String
16 17 18 |
# File 'lib/micro_micro/parsers/plain_text_property_parser.rb', line 16 def value @value ||= value_class_pattern_value || attribute_value || super end |