Commit b8ef7bf5 authored by Fabio Pelosin's avatar Fabio Pelosin

[UI] convert to module.

parent a2ce47a0
module Pod module Pod
require 'colored' require 'colored'
class UserInterface module UserInterface
autoload :UIPod, 'cocoapods/user_interface/ui_pod' autoload :UIPod, 'cocoapods/user_interface/ui_pod'
......
require 'active_support/core_ext/array/conversions' require 'active_support/core_ext/array/conversions'
module Pod module Pod
class UserInterface module UserInterface
class UIPod class UIPod
attr_accessor :set attr_accessor :set
......
module Pod module Pod
class UI module UI
@output = '' @output = ''
class << self class << self
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment