Method: OutputMode::Formatters::Show#scope

Defined in:
lib/output_mode/formatters/show.rb

#scope(value = nil) ⇒ Object



49
50
51
52
# File 'lib/output_mode/formatters/show.rb', line 49

def scope(value = nil)
  @scope = value unless value.nil?
  @scope ? @scope : self
end