class Mahoujin::Atoms::NonTerminal
Attributes
content[R]
Public Class Methods
new(content)
click to toggle source
# File lib/mahoujin/atoms/non_terminal.rb, line 6 def initialize(content) @content = content.freeze end