Sha256: 2f5f16c9cd58b05328db9ed5c502167224a2c0c13562aa27b53ef6844564b617

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 Bytes

Contents

module Faker
  class SwordArtOnline < Base
    class << self
      def real_name
        fetch('sword_art_online.real_name')
      end

      def game_name
        fetch('sword_art_online.game_name')
      end

      def location
        fetch('sword_art_online.location')
      end

      def item
        fetch('sword_art_online.item')
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
faker-1.9.1 lib/faker/sword_art_online.rb