Module: Clojure::Set
- Defined in:
- lib/cljdotrb/collections.rb
Instance Method Summary collapse
Instance Method Details
#to_ruby ⇒ Object
22 23 24 |
# File 'lib/cljdotrb/collections.rb', line 22 def to_ruby ::Set.new(captures[:form].map(&:to_ruby)) end |