Module: Flatito

Defined in:
lib/flatito.rb,
lib/flatito/finder.rb,
lib/flatito/version.rb,
lib/flatito/renderer.rb,
lib/flatito/flatten_yaml.rb,
lib/flatito/tree_iterator.rb,
lib/flatito/regex_from_search.rb,
lib/flatito/yaml_with_line_number.rb

Defined Under Namespace

Modules: RegexFromSearch, YAMLWithLineNumber Classes: Base, Finder, FlattenYaml, Renderer, TreeIterator

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.search(paths, options) ⇒ Object



14
15
16
# File 'lib/flatito.rb', line 14

def self.search(paths, options)
  Finder.new(paths, options).call
end