Class: Foo
- Inherits:
-
Object
- Object
- Foo
- Defined in:
- spec/fixtures/example_file.rb,
spec/fixtures/example_file.rb
Defined Under Namespace
Classes: Bar
Instance Method Summary collapse
-
#foo_method ⇒ Object
This is a foo method with an example.
Instance Method Details
#foo_method ⇒ Object
This is a foo method with an example
10 11 |
# File 'spec/fixtures/example_file.rb', line 10 def foo_method end |