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

11 lines
113 B
Ruby
Raw Normal View History

2019-11-10 22:18:14 +02:00
#!/bin/env ruby
def get_boolean(value)
if value
ret = ""
else
ret = ""
end
return ret
end