# File lib/rye/cmd.rb, line 327 327: def can?(meth) 328: self.can.member?(RUBY_VERSION =~ /1.9/ ? meth.to_sym : meth.to_s) 329: end