class Rookout::Processor::Paths::Canopy::Bool

Public Class Methods

new(text) click to toggle source
# File lib/rookout/processor/paths/canopy/markers.rb, line 126
def initialize text
  super text, %w[true True].include?(text)
end