lib/rvm/environment.rb in rvm-1.0.19 vs lib/rvm/environment.rb in rvm-1.0.20

- old
+ new

@@ -32,9 +32,14 @@ def inspect "#<#{self.class.name} environment_name=#{@environment_name.inspect}>" end # Returns the expanded name, using the same method as used by the rvm command line. + # + # Suppose that you are in the 1.9.2 patchlevel Environment. + # + # env.expanded_name # => "ruby-1.9.2-p0" + # def expanded_name @expanded_name ||= tools_identifier.to_s end # Actually define methods to interact with the shell wrapper.