class ABNF::LF
Public Class Methods
new()
click to toggle source
Calls superclass method
ABNF::Char::new
# File lib/abnf.rb, line 238 def initialize; super(0x0A) end