Class: RSpecSystem::Result

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/rspec-system/result.rb

Overview

This class represents a result from a helper command

Instance Method Summary collapse

Instance Method Details

#[](name) ⇒ Object

Returns the value of a member.



7
8
9
# File 'lib/rspec-system/result.rb', line 7

def [](name)
  @table[name.to_sym]
end