Skip to content

Commit

Permalink
say what platform we are in case it isn't jruby (which is the case fo…
Browse files Browse the repository at this point in the history
…r running it from the gem
  • Loading branch information
rdp committed Feb 5, 2010
1 parent 7fc4efa commit 10f5b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redcar/usage.rb
Expand Up @@ -3,7 +3,7 @@ module Redcar

class Usage
def version_string
str = "Redcar #{Redcar::VERSION} (jruby )"
str = "Redcar #{Redcar::VERSION} ( #{RUBY_PLATFORM} )"
puts str
end

Expand Down

0 comments on commit 10f5b64

Please sign in to comment.