Skip to content

Instantly share code, notes, and snippets.

@gosukiwi
Created June 21, 2017 18:24
Show Gist options
  • Select an option

  • Save gosukiwi/7e032119748014cb7d7515cbd4d8ff97 to your computer and use it in GitHub Desktop.

Select an option

Save gosukiwi/7e032119748014cb7d7515cbd4d8ff97 to your computer and use it in GitHub Desktop.
class SentenceParser < BaseParser
def match(tokens)
match_first tokens, emphasis_parser, bold_parser, text_parser
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment