class JEDICT::Parser::Full
Attributes
value[RW]
Public Class Methods
new()
click to toggle source
Calls superclass method
JEDICT::Parser::Entry::new
# File lib/jedict.rb, line 190 def initialize @value = [] super(proc { |e| value << e }) end