Class: DocRSpec
- Inherits:
-
Object
- Object
- DocRSpec
- Defined in:
- lib/doc_rspec.rb,
lib/doc_rspec/parser.rb,
lib/doc_rspec/context.rb,
lib/doc_rspec/version.rb,
lib/doc_rspec/compiler.rb,
lib/doc_rspec/debugging.rb,
lib/doc_rspec/context/example.rb,
lib/doc_rspec/rspec_example_group.rb
Overview
# not a problem
raise "This should never happen"
Defined Under Namespace
Modules: Debugging, RSpecExampleGroup, Version Classes: Compiler, Context, Parser
Instance Attribute Summary collapse
-
#example_group ⇒ Object
readonly
Returns the value of attribute example_group.
-
#lines ⇒ Object
readonly
Returns the value of attribute lines.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#example_group ⇒ Object (readonly)
Returns the value of attribute example_group.
114 115 116 |
# File 'lib/doc_rspec.rb', line 114 def example_group @example_group end |
#lines ⇒ Object (readonly)
Returns the value of attribute lines.
114 115 116 |
# File 'lib/doc_rspec.rb', line 114 def lines @lines end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
114 115 116 |
# File 'lib/doc_rspec.rb', line 114 def path @path end |