This repository has been archived on 2025-07-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mopk-dashboard/functions.rb
2019-11-10 22:34:25 +02:00

10 lines
113 B
Ruby

#!/bin/env ruby
def get_boolean(value)
if value
ret = ""
else
ret = ""
end
return ret
end