Method: MicroMicro::Parsers::ImageElementParser#alt
- Defined in:
- lib/micro_micro/parsers/image_element_parser.rb
#alt ⇒ String?
17 18 19 |
# File 'lib/micro_micro/parsers/image_element_parser.rb', line 17 def alt @alt ||= node["alt"]&.strip end |