Module: DNS::Zonefile::ZonefileGrammar::Variable1

Defined in:
lib/dns/zonefile/parser.rb

Instance Method Summary collapse

Instance Method Details

#parse_typeObject



171
# File 'lib/dns/zonefile/parser.rb', line 171

def parse_type ; :variable ; end

#to_sObject



167
168
169
# File 'lib/dns/zonefile/parser.rb', line 167

def to_s
  "$#{name.text_value.to_s} #{value.text_value.to_s}"
end