Class: Regexp

Inherits:
Object
  • Object
show all
Defined in:
lib/clj/types.rb

Instance Method Summary collapse

Instance Method Details

#to_cljObject



161
162
163
# File 'lib/clj/types.rb', line 161

def to_clj (*)
	'#"' + inspect[1 .. -2] + '"'
end