Module: Ironhide::Helpers::IncluderHelper

Defined in:
lib/ironhide/helpers/includer_helper.rb

Instance Method Summary collapse

Instance Method Details

#file_get_contents(url) ⇒ Object



4
5
6
# File 'lib/ironhide/helpers/includer_helper.rb', line 4

def file_get_contents(url)
  Ironhide::Includer.get(url)
end