Class: Regexp

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

Instance Method Summary collapse

Instance Method Details

#to_clj(options = {}) ⇒ Object



120
121
122
# File 'lib/clj/types.rb', line 120

def to_clj (options = {})
	'#"' + inspect[1 .. -2] + '"'
end