Method: CatEngine::Bank#standard_error
- Defined in:
- lib/cat_engine/bank.rb
#standard_error ⇒ Object
31 32 33 34 |
# File 'lib/cat_engine/bank.rb', line 31 def standard_error return unless xml.root.key?("StdError") (10 * xml.root["StdError"].to_f).round end |