Class: Jade::Set::Set
- Inherits:
-
Data
- Object
- Data
- Jade::Set::Set
- Defined in:
- lib/jade/runtime.rb
Instance Attribute Summary collapse
-
#hash ⇒ Object
readonly
Returns the value of attribute hash.
Instance Method Summary collapse
Instance Attribute Details
#hash ⇒ Object (readonly)
Returns the value of attribute hash
62 63 64 |
# File 'lib/jade/runtime.rb', line 62 def hash @hash end |
Instance Method Details
#to_s ⇒ Object
63 |
# File 'lib/jade/runtime.rb', line 63 def to_s = "Set(#{hash.keys.join(', ')})" |