class Fauxhai::Fetcher

def to_hash(*args)

Returns:
  • (Hash) - the `@data` represented as a Ruby hash
def to_hash(*args)
  @data.to_hash(*args)
end