Class: MPS::Elements::Note

Inherits:
Object
  • Object
show all
Includes:
MPS::Element
Defined in:
lib/mps/elements/note.rb

Constant Summary collapse

SIGNATURE_STAMP =
"note"
SIGNATURE_REGEX =
/\Anote\z/

Constants included from MPS::Element

MPS::Element::PADDING

Instance Attribute Summary

Attributes included from MPS::Element

#body_str, #disp_str, #parsed_args, #raw_args

Class Method Summary collapse

Methods included from MPS::Element

#display_str, #initialize, split_args, #tags

Class Method Details

.parse_args(raw) ⇒ Object



10
11
12
# File 'lib/mps/elements/note.rb', line 10

def self.parse_args(raw)
  { tags: Element.split_args(raw)[:tags] }
end