# File lib/yard.rb, line 52
def
self
.
ruby2?
;
@ruby2
||=
(
RUBY_VERSION
>=
'2.0.0'
)
end