diff options
Diffstat (limited to 'app/lib/components/debug_singleton.rb')
| -rw-r--r-- | app/lib/components/debug_singleton.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/lib/components/debug_singleton.rb b/app/lib/components/debug_singleton.rb deleted file mode 100644 index f298172..0000000 --- a/app/lib/components/debug_singleton.rb +++ /dev/null @@ -1,13 +0,0 @@ -class Components - # If an entity can be rendered on screen - class DebugSingleton - class <<self - @data = false - attr_accessor :data - - def id - 0 - end - end - end -end |
