Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
b8ef7bf5
Commit
b8ef7bf5
authored
Sep 21, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UI] convert to module.
parent
a2ce47a0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
user_interface.rb
lib/cocoapods/user_interface.rb
+1
-1
ui_pod.rb
lib/cocoapods/user_interface/ui_pod.rb
+1
-1
user_interface.rb
spec/spec_helper/user_interface.rb
+1
-1
No files found.
lib/cocoapods/user_interface.rb
View file @
b8ef7bf5
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'
...
...
lib/cocoapods/user_interface/ui_pod.rb
View file @
b8ef7bf5
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
...
...
spec/spec_helper/user_interface.rb
View file @
b8ef7bf5
module
Pod
module
Pod
class
UI
module
UI
@output
=
''
@output
=
''
class
<<
self
class
<<
self
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment