module Fly

Constants

VERSION

Public Class Methods

instance() click to toggle source
# File lib/fly-ruby.rb, line 13
def instance
  @instance ||= Instance.new
end