class Prax::Parser::Header
- Prax::Parser::Header
- Reference
- Object
Defined in:
prax/parser/header.crConstructors
Instance Method Summary
- #<<(value)
-
#==(other)
Returns
false
(other can only be aValue
here). - #name : String
- #name=(name : String)
- #to_i
- #to_s(io)
- #unshift(value)
- #value
- #value=(value)
- #values : Array(String)
- #values=(values : Array(String))
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).