diff options
author | icebaker <icebaker@proton.me> | 2023-05-13 12:47:32 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-13 12:47:32 -0300 |
commit | 0410850a980424f3585f2c438c93a402851ee27a (patch) | |
tree | 1debcbe558981edf4470fbc8fad9c27b58ecb9b4 /controllers/instance.rb | |
parent | 38df98d7b3250230376c4141e0e784d1e69ad481 (diff) |
improving state api
Diffstat (limited to 'controllers/instance.rb')
-rw-r--r-- | controllers/instance.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/instance.rb b/controllers/instance.rb index b22a785..503b388 100644 --- a/controllers/instance.rb +++ b/controllers/instance.rb @@ -23,7 +23,7 @@ module NanoBot end def cartridge - puts YAML.dump(@safe_cartridge) + @safe_cartridge end def state |