module Pebbles::LoveLive

Constants

CONFIG_PATH
VERSION

Public Class Methods

method_missing(method, *args) click to toggle source
# File lib/pebbles/lovelive.rb, line 9
def self.method_missing(method, *args)
  LoveLive::Core.instance.send(method, *args)
end