Skip to content

rsense/sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample project known to work with RSense. Clone this and try doing some simple edits in lib/sample.rb. Should be good for creating test-cases from, too.

$ git clone https://github.com/rsense/sample.git
$ cd sample
$ bundle install
$ bundle exec rsense start --path ~/path/to/sample
$ atom/subl/etc . #ie. use whichever editor you are trying out

After opening up lib/sample.rb in your editor of choice, try getting completions on sample at the bottom by typing a .s after it. Like so:

require "sample/version"

module Sample
  class Sample
    def sample_method
      "Test"
    end
  end
end
sample = Sample::Sample.new
sample.s

About

A sample ruby project known to work with RSense.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages