Class: Mingle::MingleStruct

Inherits:
MingleValue
  • Object
show all
Defined in:
lib/mingle.rb

Instance Method Summary collapse

Instance Method Details

#[](fld) ⇒ Object



2258
2259
2260
# File 'lib/mingle.rb', line 2258

def []( fld )
    @fields[ fld ]
end

#to_sObject



2253
2254
2255
# File 'lib/mingle.rb', line 2253

def to_s
    "#@type:#{fields}"
end