Module: Fabriq
- Extended by:
- Fabriq
- Included in:
- Fabriq
- Defined in:
- lib/fabriq.rb,
lib/fabriq/cli.rb,
lib/fabriq/skype.rb,
lib/fabriq/adapter.rb,
lib/fabriq/logging.rb,
lib/fabriq/skype/room.rb,
lib/fabriq/plugin_port.rb,
lib/fabriq/skype_proxy.rb,
lib/fabriq/skype/message.rb,
lib/fabriq/adapter/rype_adapter.rb
Defined Under Namespace
Modules: Adapter, CLI, Logging, PluginPort, Skype
Classes: SkypeProxy
Instance Method Summary
collapse
Instance Method Details
#argv ⇒ Object
29
30
31
|
# File 'lib/fabriq.rb', line 29
def argv
ARGV
end
|
#config {|Fabriq::Config| ... } ⇒ Object
19
20
21
|
# File 'lib/fabriq.rb', line 19
def config(&block)
yield Fabriq::Config
end
|
#load_environment ⇒ Object
#root ⇒ Object
15
16
17
|
# File 'lib/fabriq.rb', line 15
def root
Pathname.new(File.expand_path(File.join(File.dirname(__FILE__), "..")))
end
|