Commit 66138897 authored by Fabio Pelosin's avatar Fabio Pelosin

[LocalPod] Minor code simplification.

parent 7ba101a5
...@@ -80,9 +80,7 @@ module Pod ...@@ -80,9 +80,7 @@ module Pod
# File attributes # File attributes
def prefix_header_file def prefix_header_file
if prefix_header = top_specification.prefix_header_file root + top_specification.prefix_header_file if top_specification.prefix_header_file
@sandbox.root + top_specification.name + prefix_header
end
end end
def source_files(relative = true) def source_files(relative = true)
......
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