# File lib/yard.rb, line 49
def
self
.
ruby19?
;
@ruby19
||=
(
RUBY_VERSION
>=
"1.9.1"
)
end