Skip to content

Commit

Permalink
updated README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eandrejko committed Mar 22, 2010
1 parent 9db449b commit f72554a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RSense.tmbundle uses the command line interface to RSense and has the same requi
Complete the name of a method using Ctrl + Esc. The method completion is content-aware:

module MyModule
def self.foo(a)
a.to_s.upcase
end
def self.foo(a)
a.to_s.upcase
end
end

MyModule::foo("bar").st
Expand Down

0 comments on commit f72554a

Please sign in to comment.