Method: RJGit::Configuration#to_boolean

Defined in:
lib/config.rb

#to_boolean(str) ⇒ Object



61
62
63
# File 'lib/config.rb', line 61

def to_boolean(str)
  str == "true"
end