Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #!/usr/bin/ruby
  2. data = <Oxidized::Node::Stats:0x00000001dcc228>
  3. puts data["Total"]
  4.  
  5.  
  6. ./test.rb:2: syntax error, unexpected '<'
  7. data = <Oxidized::Node::Stats:0x00000001dcc228>
  8. ^
  9. ./test.rb:2: syntax error, unexpected tINTEGER, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or tSTRING_END
  10. data = <Oxidized::Node::Stats:0x00000001dcc228>
  11. ^
  12. ./test.rb:3: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
  13. puts data["Total"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement