Module: Metadata

Included in:
Clojure::Types::Sym
Defined in:
lib/cljdotrb.rb

Instance Method Summary collapse

Instance Method Details

#metaObject



10
11
12
# File 'lib/cljdotrb.rb', line 10

def meta
  @meta
end

#with_meta(m) ⇒ Object



14
15
16
17
# File 'lib/cljdotrb.rb', line 14

def with_meta m
  @meta = m
  self
end