Class: Jade::Set::Set

Inherits:
Data
  • Object
show all
Defined in:
lib/jade/runtime.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hashObject (readonly)

Returns the value of attribute hash

Returns:

  • (Object)

    the current value of hash



62
63
64
# File 'lib/jade/runtime.rb', line 62

def hash
  @hash
end

Instance Method Details

#to_sObject



63
# File 'lib/jade/runtime.rb', line 63

def to_s = "Set(#{hash.keys.join(', ')})"