class Motoko::Formatters::Boolean
Public Instance Methods
format(value)
click to toggle source
# File lib/motoko/formatters/boolean.rb, line 6 def format(value) value ? '√' : nil end
# File lib/motoko/formatters/boolean.rb, line 6 def format(value) value ? '√' : nil end