class Dang::Parser::Literal
Attributes
str[R]
Public Class Methods
new(str)
click to toggle source
# File lib/dang/parser.rb, line 482 def initialize(str) @str = str end
# File lib/dang/parser.rb, line 482 def initialize(str) @str = str end