Class: Narabi::Diagram
- Inherits:
-
Object
- Object
- Narabi::Diagram
- Defined in:
- lib/narabi/parser.rb
Class Method Summary collapse
Class Method Details
.parse_line(src) ⇒ Object
66 67 68 |
# File 'lib/narabi/parser.rb', line 66 def self.parse_line(src) Base.try_to_create(TITLE_REGEXP, src) end |