[Source]
# File lib/jcon/matchers/jcon_matchers.rb, line 22 22: def conform_to_js(type_or_text) 23: return ConformToJSType.new(type_or_text) 24: end
[Validate]