Class: Cucumber::RbSupport::RbGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/rb_support/rb_group.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(val, start) ⇒ RbGroup

Returns a new instance of RbGroup.



6
7
8
# File 'lib/cucumber/rb_support/rb_group.rb', line 6

def initialize(val, start)
  @val, @start = val, start
end

Instance Attribute Details

#startObject (readonly)

Returns the value of attribute start.



4
5
6
# File 'lib/cucumber/rb_support/rb_group.rb', line 4

def start
  @start
end

#valObject (readonly)

Returns the value of attribute val.



4
5
6
# File 'lib/cucumber/rb_support/rb_group.rb', line 4

def val
  @val
end