class Vym::OrgParser

Public Instance Methods

branch_regex() click to toggle source
# File lib/vym/org_parser.rb, line 14
def branch_regex
  /^(\*+)\s+(.+)$/
end
main_concept_regex() click to toggle source
# File lib/vym/org_parser.rb, line 6
def main_concept_regex
  /\#\+TITLE:\s+(.+)$/
end
suffix_regex() click to toggle source
# File lib/vym/org_parser.rb, line 10
def suffix_regex
  /$/
end