diff options
Diffstat (limited to 'app/components/singleton_score.rb')
| -rw-r--r-- | app/components/singleton_score.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/components/singleton_score.rb b/app/components/singleton_score.rb new file mode 100644 index 0000000..4f6514b --- /dev/null +++ b/app/components/singleton_score.rb @@ -0,0 +1,4 @@ +FF::Cmp.new('SingletonScore', + score: 0, + singleton: true) +FF::Cmp::SingletonScore.new |
