function Library (ronin) {
  this.clear = function () {
    console.log('clear')
  }
}