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